Color Hex Logo

#816eaa Color Hex

#816EAA
(129,110,170)
0 Favorites   0 Comments

Color spaces of #816eaa

RGB 129110170
HSL0.720.260.55
HSV259°35°67°
CMYK 0.240.350.00   0.33
XYZ21.884918.721340.4903
Yxy18.72130.26990.2309
Hunter Lab43.268114.5656-25.1959
CIE-Lab50.359520.4263-29.4096

#816eaa color RGB value is (129,110,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101110 10101010
Octal 201 156 252
Decimal 129 110 170
Hex 81 6E AA

RGB Percentages of Color #816eaa

%31.54
%26.89
%41.56

CMYK Percentages of Color #816eaa

%24
%35
%0
%33

Triadic Colors of #816eaa

#816eaa #aa816e #6eaa81

Analogous Colors of #816eaa

#816eaa #9f6eaa #6e79aa

Monochromatic Colors of #816eaa

#816eaa

Complementary Color

#816eaa #97aa6e

#816eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#816eaa Color CSS Codes

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

#816eaa Text Font Color

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

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


#816eaa Background Color

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

This div background color is #816eaa


#816eaa Border Color

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

This div border color is #816eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816eaa


Comments

No comments written yet.

Please login to write comment.