Color Hex Logo

#8133aa Color Hex

#8133AA
(129,51,170)
0 Favorites   0 Comments

Color spaces of #8133aa

RGB 12951170
HSL0.780.540.43
HSV279°70°67°
CMYK 0.240.700.00   0.33
XYZ17.49289.937139.0263
Yxy9.93710.26320.1495
Hunter Lab31.523243.8875-51.3360
CIE-Lab37.729352.8174-49.4311

#8133aa color RGB value is (129,51,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110011 10101010
Octal 201 63 252
Decimal 129 51 170
Hex 81 33 AA

RGB Percentages of Color #8133aa

%36.86
%14.57
%48.57

CMYK Percentages of Color #8133aa

%24
%70
%0
%33

Triadic Colors of #8133aa

#8133aa #aa8133 #33aa81

Analogous Colors of #8133aa

#8133aa #aa3398 #4633aa

Monochromatic Colors of #8133aa

#8133aa

Complementary Color

#8133aa #5caa33

#8133aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8133aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8133aa Color CSS Codes

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

#8133aa Text Font Color

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

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


#8133aa Background Color

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

This div background color is #8133aa


#8133aa Border Color

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

This div border color is #8133aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8133aa


Comments

No comments written yet.

Please login to write comment.