Color Hex Logo

#816daa Color Hex

#816DAA
(129,109,170)
0 Favorites   0 Comments

Color spaces of #816daa

RGB 129109170
HSL0.720.260.55
HSV260°36°67°
CMYK 0.240.360.00   0.33
XYZ21.777618.506740.4546
Yxy18.50670.26970.2292
Hunter Lab43.019415.0776-25.6415
CIE-Lab50.105021.0218-29.8061

#816daa color RGB value is (129,109,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101101 10101010
Octal 201 155 252
Decimal 129 109 170
Hex 81 6D AA

RGB Percentages of Color #816daa

%31.62
%26.72
%41.67

CMYK Percentages of Color #816daa

%24
%36
%0
%33

Triadic Colors of #816daa

#816daa #aa816d #6daa81

Analogous Colors of #816daa

#816daa #a06daa #6d78aa

Monochromatic Colors of #816daa

#816daa

Complementary Color

#816daa #96aa6d

#816daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#816daa Color CSS Codes

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

#816daa Text Font Color

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

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


#816daa Background Color

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

This div background color is #816daa


#816daa Border Color

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

This div border color is #816daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816daa


Comments

No comments written yet.

Please login to write comment.