Color Hex Logo

#fe407c Color Hex

#FE407C
(254,64,124)
0 Favorites   0 Comments

Color spaces of #fe407c

RGB 25464124
HSL0.950.990.62
HSV341°75°100°
CMYK 0.000.750.51   0.00
XYZ46.344526.192921.6819
Yxy26.19290.49190.2780
Hunter Lab51.179072.075210.7072
CIE-Lab58.219773.628511.1741

#fe407c color RGB value is (254,64,124).

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

The process color (four color CMYK) of #fe407c color hex is 0.00, 0.75, 0.51, 0.00. Web safe color of #fe407c is #ff3366. Color #fe407c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000000 01111100
Octal 376 100 174
Decimal 254 64 124
Hex FE 40 7C

RGB Percentages of Color #fe407c

%57.47
%14.48
%28.05

CMYK Percentages of Color #fe407c

%0
%75
%51
%0

Triadic Colors of #fe407c

#fe407c #7cfe40 #407cfe

Analogous Colors of #fe407c

#fe407c #fe6340 #fe40db

Monochromatic Colors of #fe407c

#fe407c

Complementary Color

#fe407c #40fec2

#fe407c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe407c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe407c Color CSS Codes

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

#fe407c Text Font Color

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

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


#fe407c Background Color

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

This div background color is #fe407c


#fe407c Border Color

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

This div border color is #fe407c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe407c


Comments

No comments written yet.

Please login to write comment.