Color Hex Logo

#fe407b Color Hex

#FE407B
(254,64,123)
0 Favorites   0 Comments

Color spaces of #fe407b

RGB 25464123
HSL0.950.990.62
HSV341°75°100°
CMYK 0.000.750.52   0.00
XYZ46.281626.167721.3504
Yxy26.16770.49340.2790
Hunter Lab51.154471.976611.0621
CIE-Lab58.195973.553011.7313

#fe407b color RGB value is (254,64,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000000 01111011
Octal 376 100 173
Decimal 254 64 123
Hex FE 40 7B

RGB Percentages of Color #fe407b

%57.60
%14.51
%27.89

CMYK Percentages of Color #fe407b

%0
%75
%52
%0

Triadic Colors of #fe407b

#fe407b #7bfe40 #407bfe

Analogous Colors of #fe407b

#fe407b #fe6440 #fe40da

Monochromatic Colors of #fe407b

#fe407b

Complementary Color

#fe407b #40fec3

#fe407b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe407b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe407b Color CSS Codes

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

#fe407b Text Font Color

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

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


#fe407b Background Color

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

This div background color is #fe407b


#fe407b Border Color

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

This div border color is #fe407b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe407b


Comments

No comments written yet.

Please login to write comment.