Color Hex Logo

#e52976 Color Hex

#E52976
(229,41,118)
0 Favorites   0 Comments

Color spaces of #e52976

RGB 22941118
HSL0.930.780.53
HSV335°82°90°
CMYK 0.000.820.48   0.10
XYZ36.376119.551918.9962
Yxy19.55190.48550.2610
Hunter Lab44.217569.46465.4808
CIE-Lab51.326772.81744.3260

#e52976 color RGB value is (229,41,118).

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

The process color (four color CMYK) of #e52976 color hex is 0.00, 0.82, 0.48, 0.10. Web safe color of #e52976 is #cc3366. Color #e52976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101001 01110110
Octal 345 51 166
Decimal 229 41 118
Hex E5 29 76

RGB Percentages of Color #e52976

%59.02
%10.57
%30.41

CMYK Percentages of Color #e52976

%0
%82
%48
%10

Triadic Colors of #e52976

#e52976 #76e529 #2976e5

Analogous Colors of #e52976

#e52976 #e53a29 #e529d4

Monochromatic Colors of #e52976

#e52976

Complementary Color

#e52976 #29e598

#e52976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52976 Color CSS Codes

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

#e52976 Text Font Color

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

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


#e52976 Background Color

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

This div background color is #e52976


#e52976 Border Color

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

This div border color is #e52976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52976


Comments

No comments written yet.

Please login to write comment.