Color Hex Logo

#80199a Color Hex

#80199A
(128,25,154)
0 Favorites   0 Comments

Color spaces of #80199a

RGB 12825154
HSL0.800.720.35
HSV288°84°60°
CMYK 0.170.840.00   0.40
XYZ15.08257.617531.2472
Yxy7.61750.27960.1412
Hunter Lab27.599849.2454-47.8054
CIE-Lab33.173258.7423-47.1395

#80199a color RGB value is (128,25,154).

#80199a hex color red value is 128, green value is 25 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #80199a hue: 0.80 , saturation: 0.72 and the lightness value of 80199a is 0.35.

The process color (four color CMYK) of #80199a color hex is 0.17, 0.84, 0.00, 0.40. Web safe color of #80199a is #990099. Color #80199a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011001 10011010
Octal 200 31 232
Decimal 128 25 154
Hex 80 19 9A

RGB Percentages of Color #80199a

%41.69
%8.14
%50.16

CMYK Percentages of Color #80199a

%17
%84
%0
%40

Triadic Colors of #80199a

#80199a #9a8019 #199a80

Analogous Colors of #80199a

#80199a #9a1974 #3f199a

Monochromatic Colors of #80199a

#80199a

Complementary Color

#80199a #339a19

#80199a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80199a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80199a Color CSS Codes

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

#80199a Text Font Color

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

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


#80199a Background Color

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

This div background color is #80199a


#80199a Border Color

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

This div border color is #80199a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80199a


Comments

No comments written yet.

Please login to write comment.