Color Hex Logo

#817caa Color Hex

#817CAA
(129,124,170)
0 Favorites   0 Comments

Color spaces of #817caa

RGB 129124170
HSL0.680.210.58
HSV247°27°67°
CMYK 0.240.270.00   0.33
XYZ23.516621.984741.0342
Yxy21.98470.27180.2541
Hunter Lab46.88787.4730-19.0665
CIE-Lab54.010812.1228-23.7554

#817caa color RGB value is (129,124,170).

#817caa hex color red value is 129, green value is 124 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #817caa hue: 0.68 , saturation: 0.21 and the lightness value of 817caa is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111100 10101010
Octal 201 174 252
Decimal 129 124 170
Hex 81 7C AA

RGB Percentages of Color #817caa

%30.50
%29.31
%40.19

CMYK Percentages of Color #817caa

%24
%27
%0
%33

Triadic Colors of #817caa

#817caa #aa817c #7caa81

Analogous Colors of #817caa

#817caa #987caa #7c8eaa

Monochromatic Colors of #817caa

#817caa

Complementary Color

#817caa #a5aa7c

#817caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#817caa Color CSS Codes

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

#817caa Text Font Color

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

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


#817caa Background Color

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

This div background color is #817caa


#817caa Border Color

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

This div border color is #817caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817caa


Comments

No comments written yet.

Please login to write comment.