Color Hex Logo

#e53530 Color Hex

#E53530
(229,53,48)
0 Favorites   0 Comments

Color spaces of #e53530

RGB 2295348
HSL0.000.780.54
HSV79°90°
CMYK 0.000.770.79   0.10
XYZ34.119719.41764.7460
Yxy19.41760.58540.3332
Hunter Lab44.065461.097524.4600
CIE-Lab51.172265.816645.4283

#e53530 color RGB value is (229,53,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110101 00110000
Octal 345 65 60
Decimal 229 53 48
Hex E5 35 30

RGB Percentages of Color #e53530

%69.39
%16.06
%14.55

CMYK Percentages of Color #e53530

%0
%77
%79
%10

Triadic Colors of #e53530

#e53530 #30e535 #3530e5

Analogous Colors of #e53530

#e53530 #e59030 #e53086

Monochromatic Colors of #e53530

#e53530

Complementary Color

#e53530 #30e0e5

#e53530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53530 Color CSS Codes

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

#e53530 Text Font Color

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

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


#e53530 Background Color

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

This div background color is #e53530


#e53530 Border Color

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

This div border color is #e53530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53530


Comments

No comments written yet.

Please login to write comment.