Color Hex Logo

#e029ad Color Hex

#E029AD
(224,41,173)
0 Favorites   0 Comments

Color spaces of #e029ad

RGB 22441173
HSL0.880.750.52
HSV317°82°88°
CMYK 0.000.820.23   0.12
XYZ39.076220.450341.4229
Yxy20.45030.38710.2026
Hunter Lab45.222075.1028-22.6536
CIE-Lab52.342677.2074-27.0864

#e029ad color RGB value is (224,41,173).

#e029ad hex color red value is 224, green value is 41 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e029ad hue: 0.88 , saturation: 0.75 and the lightness value of e029ad is 0.52.

The process color (four color CMYK) of #e029ad color hex is 0.00, 0.82, 0.23, 0.12. Web safe color of #e029ad is #cc3399. Color #e029ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101001 10101101
Octal 340 51 255
Decimal 224 41 173
Hex E0 29 AD

RGB Percentages of Color #e029ad

%51.14
%9.36
%39.50

CMYK Percentages of Color #e029ad

%0
%82
%23
%12

Triadic Colors of #e029ad

#e029ad #ade029 #29ade0

Analogous Colors of #e029ad

#e029ad #e02952 #b829e0

Monochromatic Colors of #e029ad

#e029ad

Complementary Color

#e029ad #29e05c

#e029ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e029ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e029ad Color CSS Codes

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

#e029ad Text Font Color

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

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


#e029ad Background Color

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

This div background color is #e029ad


#e029ad Border Color

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

This div border color is #e029ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e029ad


Comments

No comments written yet.

Please login to write comment.