Color Hex Logo

#805569 Color Hex

#805569
(128,85,105)
0 Favorites   0 Comments

Color spaces of #805569

RGB 12885105
HSL0.920.200.42
HSV332°34°50°
CMYK 0.000.340.18   0.50
XYZ14.700412.106114.9265
Yxy12.10610.35220.2901
Hunter Lab34.793814.5271-1.0797
CIE-Lab41.384321.0444-4.1863

#805569 color RGB value is (128,85,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010101 01101001
Octal 200 125 151
Decimal 128 85 105
Hex 80 55 69

RGB Percentages of Color #805569

%40.25
%26.73
%33.02

CMYK Percentages of Color #805569

%0
%34
%18
%50

Triadic Colors of #805569

#805569 #698055 #556980

Analogous Colors of #805569

#805569 #805755 #80557f

Monochromatic Colors of #805569

#805569

Complementary Color

#805569 #55806c

#805569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805569 Color CSS Codes

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

#805569 Text Font Color

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

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


#805569 Background Color

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

This div background color is #805569


#805569 Border Color

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

This div border color is #805569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805569


Comments

No comments written yet.

Please login to write comment.