Color Hex Logo

#805f6f Color Hex

#805F6F
(128,95,111)
0 Favorites   0 Comments

Color spaces of #805f6f

RGB 12895111
HSL0.920.150.44
HSV331°26°50°
CMYK 0.000.260.13   0.50
XYZ15.863513.921316.8899
Yxy13.92130.33990.2983
Hunter Lab37.311310.5975-0.7213
CIE-Lab44.119916.1525-3.8064

#805f6f color RGB value is (128,95,111).

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

The process color (four color CMYK) of #805f6f color hex is 0.00, 0.26, 0.13, 0.50. Web safe color of #805f6f is #996666. Color #805f6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011111 01101111
Octal 200 137 157
Decimal 128 95 111
Hex 80 5F 6F

RGB Percentages of Color #805f6f

%38.32
%28.44
%33.23

CMYK Percentages of Color #805f6f

%0
%26
%13
%50

Triadic Colors of #805f6f

#805f6f #6f805f #5f6f80

Analogous Colors of #805f6f

#805f6f #80605f #805f80

Monochromatic Colors of #805f6f

#805f6f

Complementary Color

#805f6f #5f8070

#805f6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805f6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#805f6f Color CSS Codes

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

#805f6f Text Font Color

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

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


#805f6f Background Color

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

This div background color is #805f6f


#805f6f Border Color

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

This div border color is #805f6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805f6f


Comments

No comments written yet.

Please login to write comment.