Color Hex Logo

#80149a Color Hex

#80149A
(128,20,154)
0 Favorites   0 Comments

Color spaces of #80149a

RGB 12820154
HSL0.800.770.34
HSV288°87°60°
CMYK 0.170.870.00   0.40
XYZ14.98507.422631.2148
Yxy7.42260.27950.1384
Hunter Lab27.244450.5008-48.8593
CIE-Lab32.750259.9810-47.8232

#80149a color RGB value is (128,20,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010100 10011010
Octal 200 24 232
Decimal 128 20 154
Hex 80 14 9A

RGB Percentages of Color #80149a

%42.38
%6.62
%50.99

CMYK Percentages of Color #80149a

%17
%87
%0
%40

Triadic Colors of #80149a

#80149a #9a8014 #149a80

Analogous Colors of #80149a

#80149a #9a1471 #3d149a

Monochromatic Colors of #80149a

#80149a

Complementary Color

#80149a #2e9a14

#80149a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80149a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80149a Color CSS Codes

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

#80149a Text Font Color

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

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


#80149a Background Color

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

This div background color is #80149a


#80149a Border Color

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

This div border color is #80149a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80149a


Comments

No comments written yet.

Please login to write comment.