Color Hex Logo

#80576f Color Hex

#80576F
(128,87,111)
0 Favorites   0 Comments

Color spaces of #80576f

RGB 12887111
HSL0.900.190.42
HSV325°32°50°
CMYK 0.000.320.13   0.50
XYZ15.179512.553316.6619
Yxy12.55330.34190.2828
Hunter Lab35.430614.4709-3.0808
CIE-Lab42.082320.9201-6.8337

#80576f color RGB value is (128,87,111).

#80576f hex color red value is 128, green value is 87 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #80576f hue: 0.90 , saturation: 0.19 and the lightness value of 80576f is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010111 01101111
Octal 200 127 157
Decimal 128 87 111
Hex 80 57 6F

RGB Percentages of Color #80576f

%39.26
%26.69
%34.05

CMYK Percentages of Color #80576f

%0
%32
%13
%50

Triadic Colors of #80576f

#80576f #6f8057 #576f80

Analogous Colors of #80576f

#80576f #80575b #7d5780

Monochromatic Colors of #80576f

#80576f

Complementary Color

#80576f #578068

#80576f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80576f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80576f Color CSS Codes

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

#80576f Text Font Color

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

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


#80576f Background Color

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

This div background color is #80576f


#80576f Border Color

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

This div border color is #80576f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,87,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80576f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80576f;
  -webkit-box-shadow: 1px 1px 3px 2px #80576f;
  box-shadow:         1px 1px 3px 2px #80576f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80576f


Comments

No comments written yet.

Please login to write comment.