Color Hex Logo

#e52999 Color Hex

#E52999
(229,41,153)
0 Favorites   0 Comments

Color spaces of #e52999

RGB 22941153
HSL0.900.780.53
HSV324°82°90°
CMYK 0.000.820.33   0.10
XYZ38.855820.543832.0544
Yxy20.54380.42490.2246
Hunter Lab45.325373.7027-10.2027
CIE-Lab52.446676.0588-15.0359

#e52999 color RGB value is (229,41,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101001 10011001
Octal 345 51 231
Decimal 229 41 153
Hex E5 29 99

RGB Percentages of Color #e52999

%54.14
%9.69
%36.17

CMYK Percentages of Color #e52999

%0
%82
%33
%10

Triadic Colors of #e52999

#e52999 #99e529 #2999e5

Analogous Colors of #e52999

#e52999 #e5293b #d329e5

Monochromatic Colors of #e52999

#e52999

Complementary Color

#e52999 #29e575

#e52999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52999 Color CSS Codes

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

#e52999 Text Font Color

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

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


#e52999 Background Color

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

This div background color is #e52999


#e52999 Border Color

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

This div border color is #e52999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52999


Comments

No comments written yet.

Please login to write comment.