Color Hex Logo

#e501ad Color Hex

#E501AD
(229,1,173)
0 Favorites   0 Comments

Color spaces of #e501ad

RGB 2291173
HSL0.870.990.45
HSV315°100°90°
CMYK 0.001.000.24   0.10
XYZ39.866819.696941.2358
Yxy19.69690.39550.1954
Hunter Lab44.381282.6762-24.0212
CIE-Lab51.492883.3609-28.3330

#e501ad color RGB value is (229,1,173).

#e501ad hex color red value is 229, green value is 1 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e501ad hue: 0.87 , saturation: 0.99 and the lightness value of e501ad is 0.45.

The process color (four color CMYK) of #e501ad color hex is 0.00, 1.00, 0.24, 0.10. Web safe color of #e501ad is #cc0099. Color #e501ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000001 10101101
Octal 345 1 255
Decimal 229 1 173
Hex E5 1 AD

RGB Percentages of Color #e501ad

%56.82
%0.25
%42.93

CMYK Percentages of Color #e501ad

%0
%100
%24
%10

Triadic Colors of #e501ad

#e501ad #ade501 #01ade5

Analogous Colors of #e501ad

#e501ad #e5013b #ab01e5

Monochromatic Colors of #e501ad

#e501ad

Complementary Color

#e501ad #01e539

#e501ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e501ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e501ad Color CSS Codes

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

#e501ad Text Font Color

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

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


#e501ad Background Color

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

This div background color is #e501ad


#e501ad Border Color

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

This div border color is #e501ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e501ad


Comments

No comments written yet.

Please login to write comment.