Color Hex Logo

#e52876 Color Hex

#E52876
(229,40,118)
0 Favorites   0 Comments

Color spaces of #e52876

RGB 22940118
HSL0.930.780.53
HSV335°83°90°
CMYK 0.000.830.48   0.10
XYZ36.341919.483618.9848
Yxy19.48360.48580.2604
Hunter Lab44.140269.71875.3974
CIE-Lab51.248373.04194.2130

#e52876 color RGB value is (229,40,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101000 01110110
Octal 345 50 166
Decimal 229 40 118
Hex E5 28 76

RGB Percentages of Color #e52876

%59.17
%10.34
%30.49

CMYK Percentages of Color #e52876

%0
%83
%48
%10

Triadic Colors of #e52876

#e52876 #76e528 #2876e5

Analogous Colors of #e52876

#e52876 #e53928 #e528d5

Monochromatic Colors of #e52876

#e52876

Complementary Color

#e52876 #28e597

#e52876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52876 Color CSS Codes

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

#e52876 Text Font Color

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

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


#e52876 Background Color

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

This div background color is #e52876


#e52876 Border Color

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

This div border color is #e52876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52876


Comments

No comments written yet.

Please login to write comment.