Color Hex Logo

#80597e Color Hex

#80597E
(128,89,126)
0 Favorites   0 Comments

Color spaces of #80597e

RGB 12889126
HSL0.840.180.43
HSV303°30°50°
CMYK 0.000.300.02   0.50
XYZ16.240413.240321.4383
Yxy13.24030.31890.2600
Hunter Lab36.387215.9907-9.4609
CIE-Lab43.123122.6120-14.4155

#80597e color RGB value is (128,89,126).

#80597e hex color red value is 128, green value is 89 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #80597e hue: 0.84 , saturation: 0.18 and the lightness value of 80597e is 0.43.

The process color (four color CMYK) of #80597e color hex is 0.00, 0.30, 0.02, 0.50. Web safe color of #80597e is #996666. Color #80597e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011001 01111110
Octal 200 131 176
Decimal 128 89 126
Hex 80 59 7E

RGB Percentages of Color #80597e

%37.32
%25.95
%36.73

CMYK Percentages of Color #80597e

%0
%30
%2
%50

Triadic Colors of #80597e

#80597e #7e8059 #597e80

Analogous Colors of #80597e

#80597e #80596b #6f5980

Monochromatic Colors of #80597e

#80597e

Complementary Color

#80597e #59805b

#80597e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80597e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80597e Color CSS Codes

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

#80597e Text Font Color

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

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


#80597e Background Color

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

This div background color is #80597e


#80597e Border Color

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

This div border color is #80597e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,89,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80597e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80597e;
  -webkit-box-shadow: 1px 1px 3px 2px #80597e;
  box-shadow:         1px 1px 3px 2px #80597e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80597e


Comments

No comments written yet.

Please login to write comment.