Color Hex Logo

#e000ad Color Hex

#E000AD
(224,0,173)
0 Favorites   0 Comments

Color spaces of #e000ad

RGB 2240173
HSL0.871.000.44
HSV314°100°88°
CMYK 0.001.000.23   0.12
XYZ38.283318.864441.1586
Yxy18.86440.38940.1919
Hunter Lab43.433281.3272-25.7818
CIE-Lab50.528282.4961-29.9057

#e000ad color RGB value is (224,0,173).

#e000ad hex color red value is 224, green value is 0 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e000ad hue: 0.87 , saturation: 1.00 and the lightness value of e000ad is 0.44.

The process color (four color CMYK) of #e000ad color hex is 0.00, 1.00, 0.23, 0.12. Web safe color of #e000ad is #cc0099. Color #e000ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000000 10101101
Octal 340 0 255
Decimal 224 0 173
Hex E0 0 AD

RGB Percentages of Color #e000ad

%56.42
%0.00
%43.58

CMYK Percentages of Color #e000ad

%0
%100
%23
%12

Triadic Colors of #e000ad

#e000ad #ade000 #00ade0

Analogous Colors of #e000ad

#e000ad #e0003d #a300e0

Monochromatic Colors of #e000ad

#e000ad

Complementary Color

#e000ad #00e033

#e000ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e000ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e000ad Color CSS Codes

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

#e000ad Text Font Color

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

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


#e000ad Background Color

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

This div background color is #e000ad


#e000ad Border Color

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

This div border color is #e000ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e000ad


Comments

No comments written yet.

Please login to write comment.