Color Hex Logo

#e8802f Color Hex

#E8802F
(232,128,47)
0 Favorites   0 Comments

Color spaces of #e8802f

RGB 23212847
HSL0.070.800.55
HSV26°80°91°
CMYK 0.000.450.80   0.09
XYZ41.511032.79946.8324
Yxy32.79940.51160.4042
Hunter Lab57.270829.156633.0162
CIE-Lab63.998234.534658.4521

#e8802f color RGB value is (232,128,47).

#e8802f hex color red value is 232, green value is 128 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #e8802f hue: 0.07 , saturation: 0.80 and the lightness value of e8802f is 0.55.

The process color (four color CMYK) of #e8802f color hex is 0.00, 0.45, 0.80, 0.09. Web safe color of #e8802f is #ff9933. Color #e8802f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000000 00101111
Octal 350 200 57
Decimal 232 128 47
Hex E8 80 2F

RGB Percentages of Color #e8802f

%57.00
%31.45
%11.55

CMYK Percentages of Color #e8802f

%0
%45
%80
%9

Triadic Colors of #e8802f

#e8802f #2fe880 #802fe8

Analogous Colors of #e8802f

#e8802f #e8dd2f #e82f3a

Monochromatic Colors of #e8802f

#e8802f

Complementary Color

#e8802f #2f97e8

#e8802f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8802f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8802f Color CSS Codes

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

#e8802f Text Font Color

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

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


#e8802f Background Color

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

This div background color is #e8802f


#e8802f Border Color

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

This div border color is #e8802f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8802f


Comments

No comments written yet.

Please login to write comment.