Color Hex Logo

#fe5e8a Color Hex

#FE5E8A
(254,94,138)
0 Favorites   0 Comments

Color spaces of #fe5e8a

RGB 25494138
HSL0.950.990.68
HSV344°63°100°
CMYK 0.000.630.46   0.00
XYZ49.463230.911227.4042
Yxy30.91120.45890.2868
Hunter Lab55.597861.50829.6944
CIE-Lab62.432664.10618.9541

#fe5e8a color RGB value is (254,94,138).

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

The process color (four color CMYK) of #fe5e8a color hex is 0.00, 0.63, 0.46, 0.00. Web safe color of #fe5e8a is #ff6699. Color #fe5e8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011110 10001010
Octal 376 136 212
Decimal 254 94 138
Hex FE 5E 8A

RGB Percentages of Color #fe5e8a

%52.26
%19.34
%28.40

CMYK Percentages of Color #fe5e8a

%0
%63
%46
%0

Triadic Colors of #fe5e8a

#fe5e8a #8afe5e #5e8afe

Analogous Colors of #fe5e8a

#fe5e8a #fe825e #fe5eda

Monochromatic Colors of #fe5e8a

#fe5e8a

Complementary Color

#fe5e8a #5efed2

#fe5e8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5e8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5e8a Color CSS Codes

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

#fe5e8a Text Font Color

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

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


#fe5e8a Background Color

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

This div background color is #fe5e8a


#fe5e8a Border Color

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

This div border color is #fe5e8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5e8a


Comments

No comments written yet.

Please login to write comment.