Color Hex Logo

#e52d39 Color Hex

#E52D39
(229,45,57)
0 Favorites   0 Comments

Color spaces of #e52d39

RGB 2294557
HSL0.990.780.54
HSV356°80°90°
CMYK 0.000.800.75   0.10
XYZ33.990018.83025.7140
Yxy18.83020.58070.3217
Hunter Lab43.393863.878522.5685
CIE-Lab50.488068.315339.7560

#e52d39 color RGB value is (229,45,57).

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

The process color (four color CMYK) of #e52d39 color hex is 0.00, 0.80, 0.75, 0.10. Web safe color of #e52d39 is #cc3333. Color #e52d39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101101 00111001
Octal 345 55 71
Decimal 229 45 57
Hex E5 2D 39

RGB Percentages of Color #e52d39

%69.18
%13.60
%17.22

CMYK Percentages of Color #e52d39

%0
%80
%75
%10

Triadic Colors of #e52d39

#e52d39 #39e52d #2d39e5

Analogous Colors of #e52d39

#e52d39 #e57d2d #e52d95

Monochromatic Colors of #e52d39

#e52d39

Complementary Color

#e52d39 #2de5d9

#e52d39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52d39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52d39 Color CSS Codes

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

#e52d39 Text Font Color

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

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


#e52d39 Background Color

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

This div background color is #e52d39


#e52d39 Border Color

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

This div border color is #e52d39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52d39


Comments

No comments written yet.

Please login to write comment.