Color Hex Logo

#fe408e Color Hex

#FE408E
(254,64,142)
0 Favorites   0 Comments

Color spaces of #fe408e

RGB 25464142
HSL0.930.990.62
HSV335°75°100°
CMYK 0.000.750.44   0.00
XYZ47.588926.690628.2348
Yxy26.69060.46420.2604
Hunter Lab51.662974.01373.7609
CIE-Lab58.686875.10621.2328

#fe408e color RGB value is (254,64,142).

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

The process color (four color CMYK) of #fe408e color hex is 0.00, 0.75, 0.44, 0.00. Web safe color of #fe408e is #ff3399. Color #fe408e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000000 10001110
Octal 376 100 216
Decimal 254 64 142
Hex FE 40 8E

RGB Percentages of Color #fe408e

%55.22
%13.91
%30.87

CMYK Percentages of Color #fe408e

%0
%75
%44
%0

Triadic Colors of #fe408e

#fe408e #8efe40 #408efe

Analogous Colors of #fe408e

#fe408e #fe5140 #fe40ed

Monochromatic Colors of #fe408e

#fe408e

Complementary Color

#fe408e #40feb0

#fe408e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe408e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe408e Color CSS Codes

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

#fe408e Text Font Color

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

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


#fe408e Background Color

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

This div background color is #fe408e


#fe408e Border Color

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

This div border color is #fe408e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe408e


Comments

No comments written yet.

Please login to write comment.