Color Hex Logo

#812aaa Color Hex

#812AAA
(129,42,170)
0 Favorites   0 Comments

Color spaces of #812aaa

RGB 12942170
HSL0.780.600.42
HSV281°75°67°
CMYK 0.240.750.00   0.33
XYZ17.13699.225338.9077
Yxy9.22530.26260.1413
Hunter Lab30.373247.5587-54.6886
CIE-Lab36.414556.5426-51.5539

#812aaa color RGB value is (129,42,170).

#812aaa hex color red value is 129, green value is 42 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #812aaa hue: 0.78 , saturation: 0.60 and the lightness value of 812aaa is 0.42.

The process color (four color CMYK) of #812aaa color hex is 0.24, 0.75, 0.00, 0.33. Web safe color of #812aaa is #993399. Color #812aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101010 10101010
Octal 201 52 252
Decimal 129 42 170
Hex 81 2A AA

RGB Percentages of Color #812aaa

%37.83
%12.32
%49.85

CMYK Percentages of Color #812aaa

%24
%75
%0
%33

Triadic Colors of #812aaa

#812aaa #aa812a #2aaa81

Analogous Colors of #812aaa

#812aaa #aa2a93 #412aaa

Monochromatic Colors of #812aaa

#812aaa

Complementary Color

#812aaa #53aa2a

#812aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#812aaa Color CSS Codes

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

#812aaa Text Font Color

<p style="color:#812aaa">Text here</p>

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


#812aaa Background Color

<div style="background-color:#812aaa">
Div content here</div>

This div background color is #812aaa


#812aaa Border Color

<div style="border:3px solid #812aaa">
Div here</div>

This div border color is #812aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812aaa


Comments

No comments written yet.

Please login to write comment.