Color Hex Logo

#e52d9c Color Hex

#E52D9C
(229,45,156)
0 Favorites   0 Comments

Color spaces of #e52d9c

RGB 22945156
HSL0.900.780.54
HSV324°80°90°
CMYK 0.000.800.32   0.10
XYZ39.252220.935133.4245
Yxy20.93510.41930.2236
Hunter Lab45.754973.0605-11.2836
CIE-Lab52.878475.4551-16.1606

#e52d9c color RGB value is (229,45,156).

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

The process color (four color CMYK) of #e52d9c color hex is 0.00, 0.80, 0.32, 0.10. Web safe color of #e52d9c is #cc3399. Color #e52d9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101101 10011100
Octal 345 55 234
Decimal 229 45 156
Hex E5 2D 9C

RGB Percentages of Color #e52d9c

%53.26
%10.47
%36.28

CMYK Percentages of Color #e52d9c

%0
%80
%32
%10

Triadic Colors of #e52d9c

#e52d9c #9ce52d #2d9ce5

Analogous Colors of #e52d9c

#e52d9c #e52d40 #d22de5

Monochromatic Colors of #e52d9c

#e52d9c

Complementary Color

#e52d9c #2de576

#e52d9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52d9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52d9c Color CSS Codes

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

#e52d9c Text Font Color

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

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


#e52d9c Background Color

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

This div background color is #e52d9c


#e52d9c Border Color

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

This div border color is #e52d9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52d9c


Comments

No comments written yet.

Please login to write comment.