Color Hex Logo

#806679 Color Hex

#806679
(128,102,121)
0 Favorites   0 Comments

Color spaces of #806679

RGB 128102121
HSL0.880.110.45
HSV316°20°50°
CMYK 0.000.200.05   0.50
XYZ17.104615.472420.1741
Yxy15.47240.32430.2933
Hunter Lab39.33508.7836-2.8741
CIE-Lab46.274513.8648-6.6484

#806679 color RGB value is (128,102,121).

#806679 hex color red value is 128, green value is 102 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #806679 hue: 0.88 , saturation: 0.11 and the lightness value of 806679 is 0.45.

The process color (four color CMYK) of #806679 color hex is 0.00, 0.20, 0.05, 0.50. Web safe color of #806679 is #996666. Color #806679 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100110 01111001
Octal 200 146 171
Decimal 128 102 121
Hex 80 66 79

RGB Percentages of Color #806679

%36.47
%29.06
%34.47

CMYK Percentages of Color #806679

%0
%20
%5
%50

Triadic Colors of #806679

#806679 #798066 #667980

Analogous Colors of #806679

#806679 #80666c #7a6680

Monochromatic Colors of #806679

#806679

Complementary Color

#806679 #66806d

#806679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806679 Color CSS Codes

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

#806679 Text Font Color

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

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


#806679 Background Color

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

This div background color is #806679


#806679 Border Color

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

This div border color is #806679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806679


Comments

No comments written yet.

Please login to write comment.