Color Hex Logo

#e53229 Color Hex

#E53229
(229,50,41)
0 Favorites   0 Comments

Color spaces of #e53229

RGB 2295041
HSL0.010.780.53
HSV82°90°
CMYK 0.000.780.82   0.10
XYZ33.853919.09934.0001
Yxy19.09930.59440.3354
Hunter Lab43.702761.793525.1651
CIE-Lab50.803266.482248.6914

#e53229 color RGB value is (229,50,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110010 00101001
Octal 345 62 51
Decimal 229 50 41
Hex E5 32 29

RGB Percentages of Color #e53229

%71.56
%15.63
%12.81

CMYK Percentages of Color #e53229

%0
%78
%82
%10

Triadic Colors of #e53229

#e53229 #29e532 #3229e5

Analogous Colors of #e53229

#e53229 #e59029 #e5297e

Monochromatic Colors of #e53229

#e53229

Complementary Color

#e53229 #29dce5

#e53229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53229 Color CSS Codes

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

#e53229 Text Font Color

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

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


#e53229 Background Color

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

This div background color is #e53229


#e53229 Border Color

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

This div border color is #e53229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53229


Comments

No comments written yet.

Please login to write comment.