Color Hex Logo

#80570e Color Hex

#80570E
(128,87,14)
0 Favorites   0 Comments

Color spaces of #80570e

RGB 1288714
HSL0.110.800.28
HSV38°89°50°
CMYK 0.000.320.89   0.50
XYZ12.389511.43731.9701
Yxy11.43730.48030.4434
Hunter Lab33.81916.209520.2195
CIE-Lab40.307410.813344.5762

#80570e color RGB value is (128,87,14).

#80570e hex color red value is 128, green value is 87 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #80570e hue: 0.11 , saturation: 0.80 and the lightness value of 80570e is 0.28.

The process color (four color CMYK) of #80570e color hex is 0.00, 0.32, 0.89, 0.50. Web safe color of #80570e is #996600. Color #80570e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010111 00001110
Octal 200 127 16
Decimal 128 87 14
Hex 80 57 E

RGB Percentages of Color #80570e

%55.90
%37.99
%6.11

CMYK Percentages of Color #80570e

%0
%32
%89
%50

Triadic Colors of #80570e

#80570e #0e8057 #570e80

Analogous Colors of #80570e

#80570e #70800e #801e0e

Monochromatic Colors of #80570e

#80570e

Complementary Color

#80570e #0e3780

#80570e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80570e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80570e Color CSS Codes

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

#80570e Text Font Color

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

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


#80570e Background Color

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

This div background color is #80570e


#80570e Border Color

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

This div border color is #80570e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,87,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80570e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80570e;
  -webkit-box-shadow: 1px 1px 3px 2px #80570e;
  box-shadow:         1px 1px 3px 2px #80570e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80570e


Comments

No comments written yet.

Please login to write comment.