Color Hex Logo

#806870 Color Hex

#806870
(128,104,112)
0 Favorites   0 Comments

Color spaces of #806870

RGB 128104112
HSL0.940.100.45
HSV340°19°50°
CMYK 0.000.190.13   0.50
XYZ16.777015.659717.4676
Yxy15.65970.33620.3138
Hunter Lab39.57236.42491.5295
CIE-Lab46.524810.9722-0.8714

#806870 color RGB value is (128,104,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101000 01110000
Octal 200 150 160
Decimal 128 104 112
Hex 80 68 70

RGB Percentages of Color #806870

%37.21
%30.23
%32.56

CMYK Percentages of Color #806870

%0
%19
%13
%50

Triadic Colors of #806870

#806870 #708068 #687080

Analogous Colors of #806870

#806870 #806c68 #80687c

Monochromatic Colors of #806870

#806870

Complementary Color

#806870 #688078

#806870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806870 Color CSS Codes

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

#806870 Text Font Color

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

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


#806870 Background Color

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

This div background color is #806870


#806870 Border Color

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

This div border color is #806870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806870


Comments

No comments written yet.

Please login to write comment.