Color Hex Logo

#817aaa Color Hex

#817AAA
(129,122,170)
0 Favorites   0 Comments

Color spaces of #817aaa

RGB 129122170
HSL0.690.220.57
HSV249°28°67°
CMYK 0.240.280.00   0.33
XYZ23.268521.488540.9515
Yxy21.48850.27150.2507
Hunter Lab46.35578.4766-19.9289
CIE-Lab53.480013.3026-24.5734

#817aaa color RGB value is (129,122,170).

#817aaa hex color red value is 129, green value is 122 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #817aaa hue: 0.69 , saturation: 0.22 and the lightness value of 817aaa is 0.57.

The process color (four color CMYK) of #817aaa color hex is 0.24, 0.28, 0.00, 0.33. Web safe color of #817aaa is #996699. Color #817aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111010 10101010
Octal 201 172 252
Decimal 129 122 170
Hex 81 7A AA

RGB Percentages of Color #817aaa

%30.64
%28.98
%40.38

CMYK Percentages of Color #817aaa

%24
%28
%0
%33

Triadic Colors of #817aaa

#817aaa #aa817a #7aaa81

Analogous Colors of #817aaa

#817aaa #997aaa #7a8baa

Monochromatic Colors of #817aaa

#817aaa

Complementary Color

#817aaa #a3aa7a

#817aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#817aaa Color CSS Codes

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

#817aaa Text Font Color

<p style="color:#817aaa">Text here</p>

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


#817aaa Background Color

<div style="background-color:#817aaa">
Div content here</div>

This div background color is #817aaa


#817aaa Border Color

<div style="border:3px solid #817aaa">
Div here</div>

This div border color is #817aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817aaa


Comments

No comments written yet.

Please login to write comment.