Color Hex Logo

#fe0eaa Color Hex

#FE0EAA
(254,14,170)
0 Favorites   0 Comments

Color spaces of #fe0eaa

RGB 25414170
HSL0.890.990.53
HSV321°94°100°
CMYK 0.000.940.33   0.00
XYZ48.285824.287240.1732
Yxy24.28720.42830.2154
Hunter Lab49.282088.6480-13.8339
CIE-Lab56.374287.0031-18.6630

#fe0eaa color RGB value is (254,14,170).

#fe0eaa hex color red value is 254, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fe0eaa hue: 0.89 , saturation: 0.99 and the lightness value of fe0eaa is 0.53.

The process color (four color CMYK) of #fe0eaa color hex is 0.00, 0.94, 0.33, 0.00. Web safe color of #fe0eaa is #ff0099. Color #fe0eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001110 10101010
Octal 376 16 252
Decimal 254 14 170
Hex FE E AA

RGB Percentages of Color #fe0eaa

%57.99
%3.20
%38.81

CMYK Percentages of Color #fe0eaa

%0
%94
%33
%0

Triadic Colors of #fe0eaa

#fe0eaa #aafe0e #0eaafe

Analogous Colors of #fe0eaa

#fe0eaa #fe0e32 #da0efe

Monochromatic Colors of #fe0eaa

#fe0eaa

Complementary Color

#fe0eaa #0efe62

#fe0eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0eaa Color CSS Codes

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

#fe0eaa Text Font Color

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

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


#fe0eaa Background Color

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

This div background color is #fe0eaa


#fe0eaa Border Color

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

This div border color is #fe0eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0eaa


Comments

No comments written yet.

Please login to write comment.