Color Hex Logo

#80559a Color Hex

#80559A
(128,85,154)
0 Favorites   0 Comments

Color spaces of #80559a

RGB 12885154
HSL0.770.290.47
HSV277°45°60°
CMYK 0.170.450.00   0.40
XYZ17.983313.419332.2142
Yxy13.41930.28270.2109
Hunter Lab36.632423.5213-26.4965
CIE-Lab43.388431.0587-30.8743

#80559a color RGB value is (128,85,154).

#80559a hex color red value is 128, green value is 85 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #80559a hue: 0.77 , saturation: 0.29 and the lightness value of 80559a is 0.47.

The process color (four color CMYK) of #80559a color hex is 0.17, 0.45, 0.00, 0.40. Web safe color of #80559a is #996699. Color #80559a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010101 10011010
Octal 200 125 232
Decimal 128 85 154
Hex 80 55 9A

RGB Percentages of Color #80559a

%34.88
%23.16
%41.96

CMYK Percentages of Color #80559a

%17
%45
%0
%40

Triadic Colors of #80559a

#80559a #9a8055 #559a80

Analogous Colors of #80559a

#80559a #9a5592 #5e559a

Monochromatic Colors of #80559a

#80559a

Complementary Color

#80559a #6f9a55

#80559a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80559a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80559a Color CSS Codes

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

#80559a Text Font Color

<p style="color:#80559a">Text here</p>

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


#80559a Background Color

<div style="background-color:#80559a">
Div content here</div>

This div background color is #80559a


#80559a Border Color

<div style="border:3px solid #80559a">
Div here</div>

This div border color is #80559a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,85,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80559a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80559a;
  -webkit-box-shadow: 1px 1px 3px 2px #80559a;
  box-shadow:         1px 1px 3px 2px #80559a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80559a


Comments

No comments written yet.

Please login to write comment.