color codes Logo

#fe016c color codes

#FE016C
(254,1,108)
0 Favorites   0 Comments

Color spaces of #fe016c

RGB 2541108
HSL0.930.990.50
HSV335°100°100°
CMYK 0.001.000.57   0.00
XYZ43.590722.175216.1701
Yxy22.17520.53200.2706
Hunter Lab47.090682.825112.6042
CIE-Lab54.212482.946815.1433

#fe016c color RGB value is (254,1,108).

#fe016c hex color red value is 254, green value is 1 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fe016c hue: 0.93 , saturation: 0.99 and the lightness value of fe016c is 0.50.

The process color (four color CMYK) of #fe016c color code is 0.00, 1.00, 0.57, 0.00. Web safe color of #fe016c is #ff0066. Color #fe016c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000001 01101100
Octal 376 1 154
Decimal 254 1 108
Hex FE 1 6C

RGB Percentages of Color #fe016c

%69.97
%0.28
%29.75

CMYK Percentages of Color #fe016c

%0
%100
%57
%0

Triadic Colors of #fe016c

#fe016c #6cfe01 #016cfe

Analogous Colors of #fe016c

#fe016c #fe1501 #fe01eb

Monochromatic Colors of #fe016c

#fe016c

Complementary Color

#fe016c #01fe93

#fe016c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe016c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe016c Color CSS Codes

.mybgcolor {background-color:#fe016c; } 
.myforecolor {color:#fe016c; }
.mybordercolor {border:3px solid #fe016c; }

#fe016c Text Font Color

<p style="color:#fe016c">Text here</p>

This sample text font color is #fe016c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fe016c Background Color

<div style="background-color:#fe016c">
Div content here</div>

This div background color is #fe016c


#fe016c Border Color

<div style="border:3px solid #fe016c">
Div here</div>

This div border color is #fe016c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,1,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe016c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe016c;
  -webkit-box-shadow: 1px 1px 3px 2px #fe016c;
  box-shadow:         1px 1px 3px 2px #fe016c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,1,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fe016c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fe016c;
  -webkit-box-shadow: 1px 1px 3px 2px #fe016c;
  box-shadow:         1px 1px 3px 2px #fe016c;">
Div content here</div>

This div box has shadow with color #fe016c


Comments

No comments written yet.

Please login to write comment.