Color Hex Logo

#812baa Color Hex

#812BAA
(129,43,170)
0 Favorites   0 Comments

Color spaces of #812baa

RGB 12943170
HSL0.780.600.42
HSV281°75°67°
CMYK 0.240.750.00   0.33
XYZ17.17289.297238.9196
Yxy9.29720.26260.1422
Hunter Lab30.491347.1720-54.3348
CIE-Lab36.550356.1543-51.3342

#812baa color RGB value is (129,43,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101011 10101010
Octal 201 53 252
Decimal 129 43 170
Hex 81 2B AA

RGB Percentages of Color #812baa

%37.72
%12.57
%49.71

CMYK Percentages of Color #812baa

%24
%75
%0
%33

Triadic Colors of #812baa

#812baa #aa812b #2baa81

Analogous Colors of #812baa

#812baa #aa2b94 #422baa

Monochromatic Colors of #812baa

#812baa

Complementary Color

#812baa #54aa2b

#812baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#812baa Color CSS Codes

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

#812baa Text Font Color

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

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


#812baa Background Color

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

This div background color is #812baa


#812baa Border Color

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

This div border color is #812baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812baa


Comments

No comments written yet.

Please login to write comment.