Color Hex Logo

#e52cd2 Color Hex

#E52CD2
(229,44,210)
0 Favorites   0 Comments

Color spaces of #e52cd2

RGB 22944210
HSL0.850.780.54
HSV306°81°90°
CMYK 0.000.810.08   0.10
XYZ44.846623.112563.0702
Yxy23.11250.34230.1764
Hunter Lab48.075582.3795-44.1297
CIE-Lab55.188082.4096-43.9809

#e52cd2 color RGB value is (229,44,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101100 11010010
Octal 345 54 322
Decimal 229 44 210
Hex E5 2C D2

RGB Percentages of Color #e52cd2

%47.41
%9.11
%43.48

CMYK Percentages of Color #e52cd2

%0
%81
%8
%10

Triadic Colors of #e52cd2

#e52cd2 #d2e52c #2cd2e5

Analogous Colors of #e52cd2

#e52cd2 #e52c76 #9c2ce5

Monochromatic Colors of #e52cd2

#e52cd2

Complementary Color

#e52cd2 #2ce53f

#e52cd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52cd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52cd2 Color CSS Codes

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

#e52cd2 Text Font Color

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

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


#e52cd2 Background Color

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

This div background color is #e52cd2


#e52cd2 Border Color

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

This div border color is #e52cd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52cd2


Comments

No comments written yet.

Please login to write comment.