Color Hex Logo

#806a78 Color Hex

#806A78
(128,106,120)
0 Favorites   0 Comments

Color spaces of #806a78

RGB 128106120
HSL0.890.090.46
HSV322°17°50°
CMYK 0.000.170.06   0.50
XYZ17.446316.253319.9870
Yxy16.25330.32500.3027
Hunter Lab40.31546.6932-1.1732
CIE-Lab47.305111.2903-4.5181

#806a78 color RGB value is (128,106,120).

#806a78 hex color red value is 128, green value is 106 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #806a78 hue: 0.89 , saturation: 0.09 and the lightness value of 806a78 is 0.46.

The process color (four color CMYK) of #806a78 color hex is 0.00, 0.17, 0.06, 0.50. Web safe color of #806a78 is #996666. Color #806a78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101010 01111000
Octal 200 152 170
Decimal 128 106 120
Hex 80 6A 78

RGB Percentages of Color #806a78

%36.16
%29.94
%33.90

CMYK Percentages of Color #806a78

%0
%17
%6
%50

Triadic Colors of #806a78

#806a78 #78806a #6a7880

Analogous Colors of #806a78

#806a78 #806a6d #7d6a80

Monochromatic Colors of #806a78

#806a78

Complementary Color

#806a78 #6a8072

#806a78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806a78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806a78 Color CSS Codes

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

#806a78 Text Font Color

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

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


#806a78 Background Color

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

This div background color is #806a78


#806a78 Border Color

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

This div border color is #806a78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,106,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #806a78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #806a78;
  -webkit-box-shadow: 1px 1px 3px 2px #806a78;
  box-shadow:         1px 1px 3px 2px #806a78; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806a78


Comments

No comments written yet.

Please login to write comment.