Color Hex Logo

#806970 Color Hex

#806970
(128,105,112)
0 Favorites   0 Comments

Color spaces of #806970

RGB 128105112
HSL0.950.100.46
HSV342°18°50°
CMYK 0.000.180.13   0.50
XYZ16.878315.862217.5014
Yxy15.86220.33590.3157
Hunter Lab39.82745.94801.8253
CIE-Lab46.793210.3789-0.4788

#806970 color RGB value is (128,105,112).

#806970 hex color red value is 128, green value is 105 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #806970 hue: 0.95 , saturation: 0.10 and the lightness value of 806970 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101001 01110000
Octal 200 151 160
Decimal 128 105 112
Hex 80 69 70

RGB Percentages of Color #806970

%37.10
%30.43
%32.46

CMYK Percentages of Color #806970

%0
%18
%13
%50

Triadic Colors of #806970

#806970 #708069 #697080

Analogous Colors of #806970

#806970 #806e69 #80697c

Monochromatic Colors of #806970

#806970

Complementary Color

#806970 #698079

#806970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806970 Color CSS Codes

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

#806970 Text Font Color

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

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


#806970 Background Color

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

This div background color is #806970


#806970 Border Color

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

This div border color is #806970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806970


Comments

No comments written yet.

Please login to write comment.