Color Hex Logo

#806063 Color Hex

#806063
(128,96,99)
0 Favorites   0 Comments

Color spaces of #806063

RGB 1289699
HSL0.980.140.44
HSV354°25°50°
CMYK 0.000.250.23   0.50
XYZ15.337113.855813.6705
Yxy13.85580.35780.3233
Hunter Lab37.22348.40624.2818
CIE-Lab44.025413.48033.3451

#806063 color RGB value is (128,96,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100000 01100011
Octal 200 140 143
Decimal 128 96 99
Hex 80 60 63

RGB Percentages of Color #806063

%39.63
%29.72
%30.65

CMYK Percentages of Color #806063

%0
%25
%23
%50

Triadic Colors of #806063

#806063 #638060 #606380

Analogous Colors of #806063

#806063 #806d60 #806073

Monochromatic Colors of #806063

#806063

Complementary Color

#806063 #60807d

#806063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806063 Color CSS Codes

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

#806063 Text Font Color

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

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


#806063 Background Color

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

This div background color is #806063


#806063 Border Color

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

This div border color is #806063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806063


Comments

No comments written yet.

Please login to write comment.