Color Hex Logo

#e53431 Color Hex

#E53431
(229,52,49)
0 Favorites   0 Comments

Color spaces of #e53431

RGB 2295249
HSL0.000.780.55
HSV79°90°
CMYK 0.000.770.79   0.10
XYZ34.095519.33574.8409
Yxy19.33570.58510.3318
Hunter Lab43.972461.454524.2535
CIE-Lab51.077766.140244.7992

#e53431 color RGB value is (229,52,49).

#e53431 hex color red value is 229, green value is 52 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #e53431 hue: 0.00 , saturation: 0.78 and the lightness value of e53431 is 0.55.

The process color (four color CMYK) of #e53431 color hex is 0.00, 0.77, 0.79, 0.10. Web safe color of #e53431 is #cc3333. Color #e53431 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110100 00110001
Octal 345 64 61
Decimal 229 52 49
Hex E5 34 31

RGB Percentages of Color #e53431

%69.39
%15.76
%14.85

CMYK Percentages of Color #e53431

%0
%77
%79
%10

Triadic Colors of #e53431

#e53431 #31e534 #3431e5

Analogous Colors of #e53431

#e53431 #e58e31 #e53188

Monochromatic Colors of #e53431

#e53431

Complementary Color

#e53431 #31e2e5

#e53431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53431 Color CSS Codes

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

#e53431 Text Font Color

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

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


#e53431 Background Color

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

This div background color is #e53431


#e53431 Border Color

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

This div border color is #e53431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53431


Comments

No comments written yet.

Please login to write comment.