Color Hex Logo

#8010aa Color Hex

#8010AA
(128,16,170)
0 Favorites   0 Comments

Color spaces of #8010aa

RGB 12816170
HSL0.790.830.36
HSV284°91°67°
CMYK 0.250.910.00   0.33
XYZ16.34317.862138.6864
Yxy7.86210.25990.1250
Hunter Lab28.039454.9717-62.1756
CIE-Lab33.694063.8382-55.9748

#8010aa color RGB value is (128,16,170).

#8010aa hex color red value is 128, green value is 16 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8010aa hue: 0.79 , saturation: 0.83 and the lightness value of 8010aa is 0.36.

The process color (four color CMYK) of #8010aa color hex is 0.25, 0.91, 0.00, 0.33. Web safe color of #8010aa is #990099. Color #8010aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010000 10101010
Octal 200 20 252
Decimal 128 16 170
Hex 80 10 AA

RGB Percentages of Color #8010aa

%40.76
%5.10
%54.14

CMYK Percentages of Color #8010aa

%25
%91
%0
%33

Triadic Colors of #8010aa

#8010aa #aa8010 #10aa80

Analogous Colors of #8010aa

#8010aa #aa1087 #3310aa

Monochromatic Colors of #8010aa

#8010aa

Complementary Color

#8010aa #3aaa10

#8010aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8010aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8010aa Color CSS Codes

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

#8010aa Text Font Color

<p style="color:#8010aa">Text here</p>

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


#8010aa Background Color

<div style="background-color:#8010aa">
Div content here</div>

This div background color is #8010aa


#8010aa Border Color

<div style="border:3px solid #8010aa">
Div here</div>

This div border color is #8010aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,16,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8010aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8010aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8010aa;
  box-shadow:         1px 1px 3px 2px #8010aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8010aa


Comments

No comments written yet.

Please login to write comment.