Color Hex Logo

#80605f Color Hex

#80605F
(128,96,95)
0 Favorites   0 Comments

Color spaces of #80605f

RGB 1289695
HSL0.010.150.44
HSV26°50°
CMYK 0.000.250.26   0.50
XYZ15.150513.781212.6880
Yxy13.78120.36400.3311
Hunter Lab37.12307.88345.7219
CIE-Lab43.917512.83705.6181

#80605f color RGB value is (128,96,95).

#80605f hex color red value is 128, green value is 96 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #80605f hue: 0.01 , saturation: 0.15 and the lightness value of 80605f is 0.44.

The process color (four color CMYK) of #80605f color hex is 0.00, 0.25, 0.26, 0.50. Web safe color of #80605f is #996666. Color #80605f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100000 01011111
Octal 200 140 137
Decimal 128 96 95
Hex 80 60 5F

RGB Percentages of Color #80605f

%40.13
%30.09
%29.78

CMYK Percentages of Color #80605f

%0
%25
%26
%50

Triadic Colors of #80605f

#80605f #5f8060 #605f80

Analogous Colors of #80605f

#80605f #80715f #805f6f

Monochromatic Colors of #80605f

#80605f

Complementary Color

#80605f #5f7f80

#80605f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80605f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80605f Color CSS Codes

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

#80605f Text Font Color

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

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


#80605f Background Color

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

This div background color is #80605f


#80605f Border Color

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

This div border color is #80605f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,96,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80605f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80605f;
  -webkit-box-shadow: 1px 1px 3px 2px #80605f;
  box-shadow:         1px 1px 3px 2px #80605f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80605f


Comments

No comments written yet.

Please login to write comment.