Color Hex Logo

#812eaa Color Hex

#812EAA
(129,46,170)
0 Favorites   0 Comments

Color spaces of #812eaa

RGB 12946170
HSL0.780.570.42
HSV280°73°67°
CMYK 0.240.730.00   0.33
XYZ17.28609.523438.9573
Yxy9.52340.26280.1448
Hunter Lab30.860045.9804-53.2450
CIE-Lab36.973154.9517-50.6511

#812eaa color RGB value is (129,46,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101110 10101010
Octal 201 56 252
Decimal 129 46 170
Hex 81 2E AA

RGB Percentages of Color #812eaa

%37.39
%13.33
%49.28

CMYK Percentages of Color #812eaa

%24
%73
%0
%33

Triadic Colors of #812eaa

#812eaa #aa812e #2eaa81

Analogous Colors of #812eaa

#812eaa #aa2e95 #432eaa

Monochromatic Colors of #812eaa

#812eaa

Complementary Color

#812eaa #57aa2e

#812eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#812eaa Color CSS Codes

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

#812eaa Text Font Color

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

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


#812eaa Background Color

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

This div background color is #812eaa


#812eaa Border Color

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

This div border color is #812eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812eaa


Comments

No comments written yet.

Please login to write comment.