Color Hex Logo

#805566 Color Hex

#805566
(128,85,102)
0 Favorites   0 Comments

Color spaces of #805566

RGB 12885102
HSL0.930.200.42
HSV336°34°50°
CMYK 0.000.340.20   0.50
XYZ14.548912.045514.1286
Yxy12.04550.35730.2958
Hunter Lab34.706614.09000.1585
CIE-Lab41.288320.5327-2.4804

#805566 color RGB value is (128,85,102).

#805566 hex color red value is 128, green value is 85 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #805566 hue: 0.93 , saturation: 0.20 and the lightness value of 805566 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010101 01100110
Octal 200 125 146
Decimal 128 85 102
Hex 80 55 66

RGB Percentages of Color #805566

%40.63
%26.98
%32.38

CMYK Percentages of Color #805566

%0
%34
%20
%50

Triadic Colors of #805566

#805566 #668055 #556680

Analogous Colors of #805566

#805566 #805a55 #80557c

Monochromatic Colors of #805566

#805566

Complementary Color

#805566 #55806f

#805566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805566 Color CSS Codes

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

#805566 Text Font Color

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

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


#805566 Background Color

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

This div background color is #805566


#805566 Border Color

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

This div border color is #805566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805566


Comments

No comments written yet.

Please login to write comment.