Color Hex Logo

#fe406b Color Hex

#FE406B
(254,64,107)
0 Favorites   0 Comments

Color spaces of #fe406b

RGB 25464107
HSL0.960.990.62
HSV346°75°100°
CMYK 0.000.750.58   0.00
XYZ45.360325.799216.4989
Yxy25.79920.51750.2943
Hunter Lab50.792970.520716.2961
CIE-Lab57.846072.433620.6950

#fe406b color RGB value is (254,64,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000000 01101011
Octal 376 100 153
Decimal 254 64 107
Hex FE 40 6B

RGB Percentages of Color #fe406b

%59.76
%15.06
%25.18

CMYK Percentages of Color #fe406b

%0
%75
%58
%0

Triadic Colors of #fe406b

#fe406b #6bfe40 #406bfe

Analogous Colors of #fe406b

#fe406b #fe7440 #fe40ca

Monochromatic Colors of #fe406b

#fe406b

Complementary Color

#fe406b #40fed3

#fe406b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe406b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe406b Color CSS Codes

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

#fe406b Text Font Color

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

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


#fe406b Background Color

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

This div background color is #fe406b


#fe406b Border Color

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

This div border color is #fe406b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe406b


Comments

No comments written yet.

Please login to write comment.