Color Hex Logo

#e5482a Color Hex

#E5482A
(229,72,42)
0 Favorites   0 Comments

Color spaces of #e5482a

RGB 2297242
HSL0.030.780.53
HSV10°82°90°
CMYK 0.000.690.82   0.10
XYZ35.048421.45994.4854
Yxy21.45990.57460.3518
Hunter Lab46.324853.980926.6866
CIE-Lab53.449259.197450.6667

#e5482a color RGB value is (229,72,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001000 00101010
Octal 345 110 52
Decimal 229 72 42
Hex E5 48 2A

RGB Percentages of Color #e5482a

%66.76
%20.99
%12.24

CMYK Percentages of Color #e5482a

%0
%69
%82
%10

Triadic Colors of #e5482a

#e5482a #2ae548 #482ae5

Analogous Colors of #e5482a

#e5482a #e5a62a #e52a6a

Monochromatic Colors of #e5482a

#e5482a

Complementary Color

#e5482a #2ac7e5

#e5482a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5482a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5482a Color CSS Codes

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

#e5482a Text Font Color

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

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


#e5482a Background Color

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

This div background color is #e5482a


#e5482a Border Color

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

This div border color is #e5482a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5482a


Comments

No comments written yet.

Please login to write comment.