Color Hex Logo

#8124aa Color Hex

#8124AA
(129,36,170)
0 Favorites   0 Comments

Color spaces of #8124aa

RGB 12936170
HSL0.780.650.40
HSV282°79°67°
CMYK 0.240.790.00   0.33
XYZ16.93988.831238.8420
Yxy8.83120.26220.1367
Hunter Lab29.717349.7452-56.6928
CIE-Lab35.657258.7195-52.7796

#8124aa color RGB value is (129,36,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100100 10101010
Octal 201 44 252
Decimal 129 36 170
Hex 81 24 AA

RGB Percentages of Color #8124aa

%38.51
%10.75
%50.75

CMYK Percentages of Color #8124aa

%24
%79
%0
%33

Triadic Colors of #8124aa

#8124aa #aa8124 #24aa81

Analogous Colors of #8124aa

#8124aa #aa2490 #3e24aa

Monochromatic Colors of #8124aa

#8124aa

Complementary Color

#8124aa #4daa24

#8124aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8124aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8124aa Color CSS Codes

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

#8124aa Text Font Color

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

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


#8124aa Background Color

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

This div background color is #8124aa


#8124aa Border Color

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

This div border color is #8124aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8124aa


Comments

No comments written yet.

Please login to write comment.