Color Hex Logo

#fe009d Color Hex

#FE009D
(254,0,157)
0 Favorites   0 Comments

Color spaces of #fe009d

RGB 2540157
HSL0.901.000.50
HSV323°100°100°
CMYK 0.001.000.38   0.00
XYZ46.958923.505233.9602
Yxy23.50520.44970.2251
Hunter Lab48.482288.0479-7.5932
CIE-Lab55.588986.6994-12.2042

#fe009d color RGB value is (254,0,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000000 10011101
Octal 376 0 235
Decimal 254 0 157
Hex FE 0 9D

RGB Percentages of Color #fe009d

%61.80
%0.00
%38.20

CMYK Percentages of Color #fe009d

%0
%100
%38
%0

Triadic Colors of #fe009d

#fe009d #9dfe00 #009dfe

Analogous Colors of #fe009d

#fe009d #fe001e #e000fe

Monochromatic Colors of #fe009d

#fe009d

Complementary Color

#fe009d #00fe61

#fe009d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe009d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe009d Color CSS Codes

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

#fe009d Text Font Color

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

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


#fe009d Background Color

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

This div background color is #fe009d


#fe009d Border Color

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

This div border color is #fe009d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe009d

Related Colors


Comments

No comments written yet.

Please login to write comment.