Color Hex Logo

#80597d Color Hex

#80597D
(128,89,125)
0 Favorites   0 Comments

Color spaces of #80597d

RGB 12889125
HSL0.850.180.43
HSV305°30°50°
CMYK 0.000.300.02   0.50
XYZ16.176113.214621.1001
Yxy13.21460.32040.2617
Hunter Lab36.351915.8143-8.9680
CIE-Lab43.084822.4104-13.8664

#80597d color RGB value is (128,89,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011001 01111101
Octal 200 131 175
Decimal 128 89 125
Hex 80 59 7D

RGB Percentages of Color #80597d

%37.43
%26.02
%36.55

CMYK Percentages of Color #80597d

%0
%30
%2
%50

Triadic Colors of #80597d

#80597d #7d8059 #597d80

Analogous Colors of #80597d

#80597d #80596a #705980

Monochromatic Colors of #80597d

#80597d

Complementary Color

#80597d #59805c

#80597d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80597d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80597d Color CSS Codes

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

#80597d Text Font Color

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

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


#80597d Background Color

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

This div background color is #80597d


#80597d Border Color

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

This div border color is #80597d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80597d


Comments

No comments written yet.

Please login to write comment.