Color Hex Logo

#fe03ad Color Hex

#FE03AD
(254,3,173)
0 Favorites   0 Comments

Color spaces of #fe03ad

RGB 2543173
HSL0.890.990.50
HSV319°99°100°
CMYK 0.000.990.32   0.00
XYZ48.448424.153141.6437
Yxy24.15310.42410.2114
Hunter Lab49.145889.9618-15.8373
CIE-Lab56.240888.0257-20.6224

#fe03ad color RGB value is (254,3,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000011 10101101
Octal 376 3 255
Decimal 254 3 173
Hex FE 3 AD

RGB Percentages of Color #fe03ad

%59.07
%0.70
%40.23

CMYK Percentages of Color #fe03ad

%0
%99
%32
%0

Triadic Colors of #fe03ad

#fe03ad #adfe03 #03adfe

Analogous Colors of #fe03ad

#fe03ad #fe032f #d203fe

Monochromatic Colors of #fe03ad

#fe03ad

Complementary Color

#fe03ad #03fe54

#fe03ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe03ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe03ad Color CSS Codes

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

#fe03ad Text Font Color

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

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


#fe03ad Background Color

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

This div background color is #fe03ad


#fe03ad Border Color

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

This div border color is #fe03ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe03ad


Comments

No comments written yet.

Please login to write comment.