Color Hex Logo

#80450e Color Hex

#80450E
(128,69,14)
0 Favorites   0 Comments

Color spaces of #80450e

RGB 1286914
HSL0.080.800.28
HSV29°89°50°
CMYK 0.000.460.89   0.50
XYZ11.10958.87711.5434
Yxy8.87710.51600.4123
Hunter Lab29.794514.417217.7848
CIE-Lab35.746621.422440.8156

#80450e color RGB value is (128,69,14).

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

The process color (four color CMYK) of #80450e color hex is 0.00, 0.46, 0.89, 0.50. Web safe color of #80450e is #993300. Color #80450e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000101 00001110
Octal 200 105 16
Decimal 128 69 14
Hex 80 45 E

RGB Percentages of Color #80450e

%60.66
%32.70
%6.64

CMYK Percentages of Color #80450e

%0
%46
%89
%50

Triadic Colors of #80450e

#80450e #0e8045 #450e80

Analogous Colors of #80450e

#80450e #807e0e #800e10

Monochromatic Colors of #80450e

#80450e

Complementary Color

#80450e #0e4980

#80450e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80450e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80450e Color CSS Codes

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

#80450e Text Font Color

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

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


#80450e Background Color

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

This div background color is #80450e


#80450e Border Color

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

This div border color is #80450e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80450e


Comments

No comments written yet.

Please login to write comment.