Color Hex Logo

#fe04ad Color Hex

#FE04AD
(254,4,173)
0 Favorites   0 Comments

Color spaces of #fe04ad

RGB 2544173
HSL0.890.990.51
HSV319°98°100°
CMYK 0.000.980.32   0.00
XYZ48.459324.174841.6473
Yxy24.17480.42400.2115
Hunter Lab49.167989.8838-15.8037
CIE-Lab56.262487.9624-20.5893

#fe04ad color RGB value is (254,4,173).

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

The process color (four color CMYK) of #fe04ad color hex is 0.00, 0.98, 0.32, 0.00. Web safe color of #fe04ad is #ff0099. Color #fe04ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000100 10101101
Octal 376 4 255
Decimal 254 4 173
Hex FE 4 AD

RGB Percentages of Color #fe04ad

%58.93
%0.93
%40.14

CMYK Percentages of Color #fe04ad

%0
%98
%32
%0

Triadic Colors of #fe04ad

#fe04ad #adfe04 #04adfe

Analogous Colors of #fe04ad

#fe04ad #fe0430 #d204fe

Monochromatic Colors of #fe04ad

#fe04ad

Complementary Color

#fe04ad #04fe55

#fe04ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe04ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe04ad Color CSS Codes

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

#fe04ad Text Font Color

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

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


#fe04ad Background Color

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

This div background color is #fe04ad


#fe04ad Border Color

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

This div border color is #fe04ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe04ad


Comments

No comments written yet.

Please login to write comment.