Color Hex Logo

#e52ad2 Color Hex

#E52AD2
(229,42,210)
0 Favorites   0 Comments

Color spaces of #e52ad2

RGB 22942210
HSL0.850.780.53
HSV306°82°90°
CMYK 0.000.820.08   0.10
XYZ44.773922.967163.0460
Yxy22.96710.34230.1756
Hunter Lab47.924082.9000-44.4516
CIE-Lab55.038482.8440-44.2175

#e52ad2 color RGB value is (229,42,210).

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

The process color (four color CMYK) of #e52ad2 color hex is 0.00, 0.82, 0.08, 0.10. Web safe color of #e52ad2 is #cc33cc. Color #e52ad2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101010 11010010
Octal 345 52 322
Decimal 229 42 210
Hex E5 2A D2

RGB Percentages of Color #e52ad2

%47.61
%8.73
%43.66

CMYK Percentages of Color #e52ad2

%0
%82
%8
%10

Triadic Colors of #e52ad2

#e52ad2 #d2e52a #2ad2e5

Analogous Colors of #e52ad2

#e52ad2 #e52a75 #9b2ae5

Monochromatic Colors of #e52ad2

#e52ad2

Complementary Color

#e52ad2 #2ae53d

#e52ad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52ad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52ad2 Color CSS Codes

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

#e52ad2 Text Font Color

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

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


#e52ad2 Background Color

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

This div background color is #e52ad2


#e52ad2 Border Color

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

This div border color is #e52ad2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,42,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e52ad2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52ad2


Comments

No comments written yet.

Please login to write comment.