Color Hex Logo

#805170 Color Hex

#805170
(128,81,112)
0 Favorites   0 Comments

Color spaces of #805170

RGB 12881112
HSL0.890.220.41
HSV320°37°50°
CMYK 0.000.370.13   0.50
XYZ14.769111.643916.7983
Yxy11.64390.34180.2695
Hunter Lab34.123217.5424-5.3013
CIE-Lab40.644524.6506-9.6039

#805170 color RGB value is (128,81,112).

#805170 hex color red value is 128, green value is 81 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #805170 hue: 0.89 , saturation: 0.22 and the lightness value of 805170 is 0.41.

The process color (four color CMYK) of #805170 color hex is 0.00, 0.37, 0.13, 0.50. Web safe color of #805170 is #996666. Color #805170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010001 01110000
Octal 200 121 160
Decimal 128 81 112
Hex 80 51 70

RGB Percentages of Color #805170

%39.88
%25.23
%34.89

CMYK Percentages of Color #805170

%0
%37
%13
%50

Triadic Colors of #805170

#805170 #708051 #517080

Analogous Colors of #805170

#805170 #805159 #795180

Monochromatic Colors of #805170

#805170

Complementary Color

#805170 #518061

#805170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805170 Color CSS Codes

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

#805170 Text Font Color

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

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


#805170 Background Color

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

This div background color is #805170


#805170 Border Color

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

This div border color is #805170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805170


Comments

No comments written yet.

Please login to write comment.