Color Hex Logo

#fe407f Color Hex

#FE407F
(254,64,127)
1 Favorites   0 Comments

Color spaces of #fe407f

RGB 25464127
HSL0.940.990.62
HSV340°75°100°
CMYK 0.000.750.50   0.00
XYZ46.537226.269922.6965
Yxy26.26990.48730.2751
Hunter Lab51.254272.37779.6230
CIE-Lab58.292473.86009.5053

#fe407f color RGB value is (254,64,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000000 01111111
Octal 376 100 177
Decimal 254 64 127
Hex FE 40 7F

RGB Percentages of Color #fe407f

%57.08
%14.38
%28.54

CMYK Percentages of Color #fe407f

%0
%75
%50
%0

Triadic Colors of #fe407f

#fe407f #7ffe40 #407ffe

Analogous Colors of #fe407f

#fe407f #fe6040 #fe40de

Monochromatic Colors of #fe407f

#fe407f

Complementary Color

#fe407f #40febf

#fe407f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe407f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe407f Color CSS Codes

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

#fe407f Text Font Color

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

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


#fe407f Background Color

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

This div background color is #fe407f


#fe407f Border Color

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

This div border color is #fe407f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe407f


Comments

No comments written yet.

Please login to write comment.