Color Hex Logo

#80509a Color Hex

#80509A
(128,80,154)
0 Favorites   0 Comments

Color spaces of #80509a

RGB 12880154
HSL0.770.320.46
HSV279°48°60°
CMYK 0.170.480.00   0.40
XYZ17.603512.659632.0876
Yxy12.65960.28230.2030
Hunter Lab35.580326.0480-28.5636
CIE-Lab42.245833.9484-32.6694

#80509a color RGB value is (128,80,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010000 10011010
Octal 200 120 232
Decimal 128 80 154
Hex 80 50 9A

RGB Percentages of Color #80509a

%35.36
%22.10
%42.54

CMYK Percentages of Color #80509a

%17
%48
%0
%40

Triadic Colors of #80509a

#80509a #9a8050 #509a80

Analogous Colors of #80509a

#80509a #9a508f #5b509a

Monochromatic Colors of #80509a

#80509a

Complementary Color

#80509a #6a9a50

#80509a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80509a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80509a Color CSS Codes

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

#80509a Text Font Color

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

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


#80509a Background Color

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

This div background color is #80509a


#80509a Border Color

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

This div border color is #80509a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,80,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 #80509a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80509a


Comments

No comments written yet.

Please login to write comment.