Color Hex Logo

#e52029 Color Hex

#E52029
(229,32,41)
0 Favorites   0 Comments

Color spaces of #e52029

RGB 2293241
HSL0.990.790.51
HSV357°86°90°
CMYK 0.000.860.82   0.10
XYZ33.229817.85113.7920
Yxy17.85110.60560.3253
Hunter Lab42.250666.450624.2541
CIE-Lab49.315070.705347.2991

#e52029 color RGB value is (229,32,41).

#e52029 hex color red value is 229, green value is 32 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #e52029 hue: 0.99 , saturation: 0.79 and the lightness value of e52029 is 0.51.

The process color (four color CMYK) of #e52029 color hex is 0.00, 0.86, 0.82, 0.10. Web safe color of #e52029 is #cc3333. Color #e52029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100000 00101001
Octal 345 40 51
Decimal 229 32 41
Hex E5 20 29

RGB Percentages of Color #e52029

%75.83
%10.60
%13.58

CMYK Percentages of Color #e52029

%0
%86
%82
%10

Triadic Colors of #e52029

#e52029 #29e520 #2029e5

Analogous Colors of #e52029

#e52029 #e57a20 #e5208c

Monochromatic Colors of #e52029

#e52029

Complementary Color

#e52029 #20e5dc

#e52029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52029 Color CSS Codes

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

#e52029 Text Font Color

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

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


#e52029 Background Color

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

This div background color is #e52029


#e52029 Border Color

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

This div border color is #e52029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52029


Comments

No comments written yet.

Please login to write comment.