Color Hex Logo

#8128aa Color Hex

#8128AA
(129,40,170)
0 Favorites   0 Comments

Color spaces of #8128aa

RGB 12940170
HSL0.780.620.41
HSV281°76°67°
CMYK 0.240.760.00   0.33
XYZ17.06789.087038.8846
Yxy9.08700.26240.1397
Hunter Lab30.144748.3130-55.3789
CIE-Lab36.151357.2971-51.9797

#8128aa color RGB value is (129,40,170).

#8128aa hex color red value is 129, green value is 40 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8128aa hue: 0.78 , saturation: 0.62 and the lightness value of 8128aa is 0.41.

The process color (four color CMYK) of #8128aa color hex is 0.24, 0.76, 0.00, 0.33. Web safe color of #8128aa is #993399. Color #8128aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101000 10101010
Octal 201 50 252
Decimal 129 40 170
Hex 81 28 AA

RGB Percentages of Color #8128aa

%38.05
%11.80
%50.15

CMYK Percentages of Color #8128aa

%24
%76
%0
%33

Triadic Colors of #8128aa

#8128aa #aa8128 #28aa81

Analogous Colors of #8128aa

#8128aa #aa2892 #4028aa

Monochromatic Colors of #8128aa

#8128aa

Complementary Color

#8128aa #51aa28

#8128aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8128aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8128aa Color CSS Codes

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

#8128aa Text Font Color

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

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


#8128aa Background Color

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

This div background color is #8128aa


#8128aa Border Color

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

This div border color is #8128aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,40,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 #8128aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8128aa


Comments

No comments written yet.

Please login to write comment.