Color Hex Logo

#80588c Color Hex

#80588C
(128,88,140)
0 Favorites   0 Comments

Color spaces of #80588c

RGB 12888140
HSL0.790.230.45
HSV286°37°55°
CMYK 0.090.370.00   0.45
XYZ17.125413.462126.5068
Yxy13.46210.29990.2358
Hunter Lab36.690719.1061-17.1499
CIE-Lab43.451426.1478-22.3784

#80588c color RGB value is (128,88,140).

#80588c hex color red value is 128, green value is 88 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #80588c hue: 0.79 , saturation: 0.23 and the lightness value of 80588c is 0.45.

The process color (four color CMYK) of #80588c color hex is 0.09, 0.37, 0.00, 0.45. Web safe color of #80588c is #996699. Color #80588c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011000 10001100
Octal 200 130 214
Decimal 128 88 140
Hex 80 58 8C

RGB Percentages of Color #80588c

%35.96
%24.72
%39.33

CMYK Percentages of Color #80588c

%9
%37
%0
%45

Triadic Colors of #80588c

#80588c #8c8058 #588c80

Analogous Colors of #80588c

#80588c #8c587e #66588c

Monochromatic Colors of #80588c

#80588c

Complementary Color

#80588c #648c58

#80588c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80588c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80588c Color CSS Codes

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

#80588c Text Font Color

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

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


#80588c Background Color

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

This div background color is #80588c


#80588c Border Color

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

This div border color is #80588c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,88,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80588c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80588c;
  -webkit-box-shadow: 1px 1px 3px 2px #80588c;
  box-shadow:         1px 1px 3px 2px #80588c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80588c


Comments

No comments written yet.

Please login to write comment.