Color Hex Logo

#fe008a Color Hex

#FE008A
(254,0,138)
0 Favorites   0 Comments

Color spaces of #fe008a

RGB 2540138
HSL0.911.000.50
HSV327°100°100°
CMYK 0.001.000.46   0.00
XYZ45.460522.905826.0700
Yxy22.90580.48140.2426
Hunter Lab47.860085.79571.2059
CIE-Lab54.975285.0952-1.8201

#fe008a color RGB value is (254,0,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000000 10001010
Octal 376 0 212
Decimal 254 0 138
Hex FE 0 8A

RGB Percentages of Color #fe008a

%64.80
%0.00
%35.20

CMYK Percentages of Color #fe008a

%0
%100
%46
%0

Triadic Colors of #fe008a

#fe008a #8afe00 #008afe

Analogous Colors of #fe008a

#fe008a #fe000b #f300fe

Monochromatic Colors of #fe008a

#fe008a

Complementary Color

#fe008a #00fe74

#fe008a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe008a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe008a Color CSS Codes

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

#fe008a Text Font Color

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

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


#fe008a Background Color

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

This div background color is #fe008a


#fe008a Border Color

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

This div border color is #fe008a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,0,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 #fe008a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe008a

Related Colors


Comments

No comments written yet.

Please login to write comment.