Color Hex Logo

#806572 Color Hex

#806572
(128,101,114)
0 Favorites   0 Comments

Color spaces of #806572

RGB 128101114
HSL0.920.120.45
HSV331°21°50°
CMYK 0.000.210.11   0.50
XYZ16.593015.111517.9618
Yxy15.11150.33410.3043
Hunter Lab38.87358.1633-0.1839
CIE-Lab45.786513.1253-3.1597

#806572 color RGB value is (128,101,114).

#806572 hex color red value is 128, green value is 101 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #806572 hue: 0.92 , saturation: 0.12 and the lightness value of 806572 is 0.45.

The process color (four color CMYK) of #806572 color hex is 0.00, 0.21, 0.11, 0.50. Web safe color of #806572 is #996666. Color #806572 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100101 01110010
Octal 200 145 162
Decimal 128 101 114
Hex 80 65 72

RGB Percentages of Color #806572

%37.32
%29.45
%33.24

CMYK Percentages of Color #806572

%0
%21
%11
%50

Triadic Colors of #806572

#806572 #728065 #657280

Analogous Colors of #806572

#806572 #806665 #806580

Monochromatic Colors of #806572

#806572

Complementary Color

#806572 #658073

#806572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806572 Color CSS Codes

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

#806572 Text Font Color

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

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


#806572 Background Color

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

This div background color is #806572


#806572 Border Color

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

This div border color is #806572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806572


Comments

No comments written yet.

Please login to write comment.