Color Hex Logo

#fe009a Color Hex

#FE009A
(254,0,154)
0 Favorites   0 Comments

Color spaces of #fe009a

RGB 2540154
HSL0.901.000.50
HSV324°100°100°
CMYK 0.001.000.39   0.00
XYZ46.705823.403932.6276
Yxy23.40390.45460.2278
Hunter Lab48.377687.6708-6.1230
CIE-Lab55.486086.4319-10.5840

#fe009a color RGB value is (254,0,154).

#fe009a hex color red value is 254, green value is 0 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fe009a hue: 0.90 , saturation: 1.00 and the lightness value of fe009a is 0.50.

The process color (four color CMYK) of #fe009a color hex is 0.00, 1.00, 0.39, 0.00. Web safe color of #fe009a is #ff0099. Color #fe009a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000000 10011010
Octal 376 0 232
Decimal 254 0 154
Hex FE 0 9A

RGB Percentages of Color #fe009a

%62.25
%0.00
%37.75

CMYK Percentages of Color #fe009a

%0
%100
%39
%0

Triadic Colors of #fe009a

#fe009a #9afe00 #009afe

Analogous Colors of #fe009a

#fe009a #fe001b #e300fe

Monochromatic Colors of #fe009a

#fe009a

Complementary Color

#fe009a #00fe64

#fe009a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe009a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe009a Color CSS Codes

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

#fe009a Text Font Color

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

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


#fe009a Background Color

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

This div background color is #fe009a


#fe009a Border Color

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

This div border color is #fe009a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe009a

Related Colors


Comments

No comments written yet.

Please login to write comment.