Color Hex Logo

#e8800a Color Hex

#E8800A
(232,128,10)
0 Favorites   0 Comments

Color spaces of #e8800a

RGB 23212810
HSL0.090.920.47
HSV32°96°91°
CMYK 0.000.450.96   0.09
XYZ41.052732.61614.4190
Yxy32.61610.52570.4177
Hunter Lab57.110528.367635.3897
CIE-Lab63.848933.776968.9396

#e8800a color RGB value is (232,128,10).

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

The process color (four color CMYK) of #e8800a color hex is 0.00, 0.45, 0.96, 0.09. Web safe color of #e8800a is #ff9900. Color #e8800a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000000 00001010
Octal 350 200 12
Decimal 232 128 10
Hex E8 80 A

RGB Percentages of Color #e8800a

%62.70
%34.59
%2.70

CMYK Percentages of Color #e8800a

%0
%45
%96
%9

Triadic Colors of #e8800a

#e8800a #0ae880 #800ae8

Analogous Colors of #e8800a

#e8800a #e1e80a #e8110a

Monochromatic Colors of #e8800a

#e8800a

Complementary Color

#e8800a #0a72e8

#e8800a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8800a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8800a Color CSS Codes

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

#e8800a Text Font Color

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

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


#e8800a Background Color

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

This div background color is #e8800a


#e8800a Border Color

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

This div border color is #e8800a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8800a


Comments

No comments written yet.

Please login to write comment.