Color Hex Logo

#80576b Color Hex

#80576B
(128,87,107)
1 Favorites   0 Comments

Color spaces of #80576b

RGB 12887107
HSL0.920.190.42
HSV331°32°50°
CMYK 0.000.320.16   0.50
XYZ14.964112.467115.5276
Yxy12.46710.34830.2902
Hunter Lab35.308813.8591-1.3576
CIE-Lab41.949120.2052-4.5786

#80576b color RGB value is (128,87,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010111 01101011
Octal 200 127 153
Decimal 128 87 107
Hex 80 57 6B

RGB Percentages of Color #80576b

%39.75
%27.02
%33.23

CMYK Percentages of Color #80576b

%0
%32
%16
%50

Triadic Colors of #80576b

#80576b #6b8057 #576b80

Analogous Colors of #80576b

#80576b #805857 #805780

Monochromatic Colors of #80576b

#80576b

Complementary Color

#80576b #57806c

#80576b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80576b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80576b Color CSS Codes

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

#80576b Text Font Color

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

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


#80576b Background Color

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

This div background color is #80576b


#80576b Border Color

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

This div border color is #80576b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80576b

#80576b Color Palettes


Comments

No comments written yet.

Please login to write comment.