Color Hex Logo

#e52939 Color Hex

#E52939
(229,41,57)
0 Favorites   0 Comments

Color spaces of #e52939

RGB 2294157
HSL0.990.780.53
HSV355°82°90°
CMYK 0.000.820.75   0.10
XYZ33.844618.53935.6655
Yxy18.53930.58300.3194
Hunter Lab43.057364.957322.3387
CIE-Lab50.143869.292039.3751

#e52939 color RGB value is (229,41,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101001 00111001
Octal 345 51 71
Decimal 229 41 57
Hex E5 29 39

RGB Percentages of Color #e52939

%70.03
%12.54
%17.43

CMYK Percentages of Color #e52939

%0
%82
%75
%10

Triadic Colors of #e52939

#e52939 #39e529 #2939e5

Analogous Colors of #e52939

#e52939 #e57729 #e52997

Monochromatic Colors of #e52939

#e52939

Complementary Color

#e52939 #29e5d5

#e52939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52939 Color CSS Codes

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

#e52939 Text Font Color

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

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


#e52939 Background Color

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

This div background color is #e52939


#e52939 Border Color

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

This div border color is #e52939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52939


Comments

No comments written yet.

Please login to write comment.