Color Hex Logo

#e52aad Color Hex

#E52AAD
(229,42,173)
0 Favorites   0 Comments

Color spaces of #e52aad

RGB 22942173
HSL0.880.780.53
HSV318°82°90°
CMYK 0.000.820.24   0.10
XYZ40.683921.331141.5082
Yxy21.33110.39300.2061
Hunter Lab46.185676.4120-20.9555
CIE-Lab53.310078.0679-25.5178

#e52aad color RGB value is (229,42,173).

#e52aad hex color red value is 229, green value is 42 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e52aad hue: 0.88 , saturation: 0.78 and the lightness value of e52aad is 0.53.

The process color (four color CMYK) of #e52aad color hex is 0.00, 0.82, 0.24, 0.10. Web safe color of #e52aad is #cc3399. Color #e52aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101010 10101101
Octal 345 52 255
Decimal 229 42 173
Hex E5 2A AD

RGB Percentages of Color #e52aad

%51.58
%9.46
%38.96

CMYK Percentages of Color #e52aad

%0
%82
%24
%10

Triadic Colors of #e52aad

#e52aad #ade52a #2aade5

Analogous Colors of #e52aad

#e52aad #e52a4f #c02ae5

Monochromatic Colors of #e52aad

#e52aad

Complementary Color

#e52aad #2ae562

#e52aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52aad Color CSS Codes

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

#e52aad Text Font Color

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

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


#e52aad Background Color

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

This div background color is #e52aad


#e52aad Border Color

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

This div border color is #e52aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52aad


Comments

No comments written yet.

Please login to write comment.