Color Hex Logo

#806066 Color Hex

#806066
(128,96,102)
0 Favorites   0 Comments

Color spaces of #806066

RGB 12896102
HSL0.970.140.44
HSV349°25°50°
CMYK 0.000.250.20   0.50
XYZ15.483213.914214.4400
Yxy13.91420.35320.3174
Hunter Lab37.30178.81373.1593
CIE-Lab44.109613.97891.6454

#806066 color RGB value is (128,96,102).

#806066 hex color red value is 128, green value is 96 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #806066 hue: 0.97 , saturation: 0.14 and the lightness value of 806066 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100000 01100110
Octal 200 140 146
Decimal 128 96 102
Hex 80 60 66

RGB Percentages of Color #806066

%39.26
%29.45
%31.29

CMYK Percentages of Color #806066

%0
%25
%20
%50

Triadic Colors of #806066

#806066 #668060 #606680

Analogous Colors of #806066

#806066 #806a60 #806076

Monochromatic Colors of #806066

#806066

Complementary Color

#806066 #60807a

#806066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806066 Color CSS Codes

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

#806066 Text Font Color

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

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


#806066 Background Color

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

This div background color is #806066


#806066 Border Color

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

This div border color is #806066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806066


Comments

No comments written yet.

Please login to write comment.