Color Hex Logo

#e8520a Color Hex

#E8520A
(232,82,10)
0 Favorites   0 Comments

Color spaces of #e8520a

RGB 2328210
HSL0.050.920.47
HSV19°96°91°
CMYK 0.000.650.96   0.09
XYZ36.350823.21232.8517
Yxy23.21230.58240.3719
Hunter Lab48.179150.363430.2161
CIE-Lab55.290355.648863.5201

#e8520a color RGB value is (232,82,10).

#e8520a hex color red value is 232, green value is 82 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #e8520a hue: 0.05 , saturation: 0.92 and the lightness value of e8520a is 0.47.

The process color (four color CMYK) of #e8520a color hex is 0.00, 0.65, 0.96, 0.09. Web safe color of #e8520a is #ff6600. Color #e8520a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010010 00001010
Octal 350 122 12
Decimal 232 82 10
Hex E8 52 A

RGB Percentages of Color #e8520a

%71.60
%25.31
%3.09

CMYK Percentages of Color #e8520a

%0
%65
%96
%9

Triadic Colors of #e8520a

#e8520a #0ae852 #520ae8

Analogous Colors of #e8520a

#e8520a #e8c10a #e80a31

Monochromatic Colors of #e8520a

#e8520a

Complementary Color

#e8520a #0aa0e8

#e8520a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8520a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8520a Color CSS Codes

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

#e8520a Text Font Color

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

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


#e8520a Background Color

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

This div background color is #e8520a


#e8520a Border Color

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

This div border color is #e8520a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,82,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8520a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8520a;
  -webkit-box-shadow: 1px 1px 3px 2px #e8520a;
  box-shadow:         1px 1px 3px 2px #e8520a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,82,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8520a


Comments

No comments written yet.

Please login to write comment.