Color Hex Logo

#816baa Color Hex

#816BAA
(129,107,170)
0 Favorites   0 Comments

Color spaces of #816baa

RGB 129107170
HSL0.720.270.54
HSV261°37°67°
CMYK 0.240.370.00   0.33
XYZ21.566718.084840.3842
Yxy18.08480.26950.2260
Hunter Lab42.526216.1034-26.5352
CIE-Lab49.598822.2128-30.5954

#816baa color RGB value is (129,107,170).

#816baa hex color red value is 129, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #816baa hue: 0.72 , saturation: 0.27 and the lightness value of 816baa is 0.54.

The process color (four color CMYK) of #816baa color hex is 0.24, 0.37, 0.00, 0.33. Web safe color of #816baa is #996699. Color #816baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101011 10101010
Octal 201 153 252
Decimal 129 107 170
Hex 81 6B AA

RGB Percentages of Color #816baa

%31.77
%26.35
%41.87

CMYK Percentages of Color #816baa

%24
%37
%0
%33

Triadic Colors of #816baa

#816baa #aa816b #6baa81

Analogous Colors of #816baa

#816baa #a16baa #6b75aa

Monochromatic Colors of #816baa

#816baa

Complementary Color

#816baa #94aa6b

#816baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#816baa Color CSS Codes

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

#816baa Text Font Color

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

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


#816baa Background Color

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

This div background color is #816baa


#816baa Border Color

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

This div border color is #816baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816baa


Comments

No comments written yet.

Please login to write comment.