color codes Logo

#fe409c color codes

#FE409C
(254,64,156)
0 Favorites   0 Comments

Color spaces of #fe409c

RGB 25464156
HSL0.920.990.62
HSV331°75°100°
CMYK 0.000.750.39   0.00
XYZ48.707227.137934.1235
Yxy27.13790.44290.2468
Hunter Lab52.094075.7304-2.3713
CIE-Lab59.101876.4037-6.3647

#fe409c color RGB value is (254,64,156).

#fe409c hex color red value is 254, green value is 64 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fe409c hue: 0.92 , saturation: 0.99 and the lightness value of fe409c is 0.62.

The process color (four color CMYK) of #fe409c color code is 0.00, 0.75, 0.39, 0.00. Web safe color of #fe409c is #ff3399. Color #fe409c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000000 10011100
Octal 376 100 234
Decimal 254 64 156
Hex FE 40 9C

RGB Percentages of Color #fe409c

%53.59
%13.50
%32.91

CMYK Percentages of Color #fe409c

%0
%75
%39
%0

Triadic Colors of #fe409c

#fe409c #9cfe40 #409cfe

Analogous Colors of #fe409c

#fe409c #fe4340 #fe40fb

Monochromatic Colors of #fe409c

#fe409c

Complementary Color

#fe409c #40fea2

#fe409c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe409c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe409c Color CSS Codes

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

#fe409c Text Font Color

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

This sample text font color is #fe409c
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.


#fe409c Background Color

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

This div background color is #fe409c


#fe409c Border Color

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

This div border color is #fe409c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe409c

Related Colors


Comments

No comments written yet.

Please login to write comment.