Color Hex Logo

#817dab Color Hex

#817DAB
(129,125,171)
0 Favorites   0 Comments

Color spaces of #817dab

RGB 129125171
HSL0.680.210.58
HSV245°27°67°
CMYK 0.250.270.00   0.33
XYZ23.737622.274641.5764
Yxy22.27460.27100.2543
Hunter Lab47.19607.1851-19.1932
CIE-Lab54.317211.7823-23.8607

#817dab color RGB value is (129,125,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111101 10101011
Octal 201 175 253
Decimal 129 125 171
Hex 81 7D AB

RGB Percentages of Color #817dab

%30.35
%29.41
%40.24

CMYK Percentages of Color #817dab

%25
%27
%0
%33

Triadic Colors of #817dab

#817dab #ab817d #7dab81

Analogous Colors of #817dab

#817dab #987dab #7d90ab

Monochromatic Colors of #817dab

#817dab

Complementary Color

#817dab #a7ab7d

#817dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#817dab Color CSS Codes

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

#817dab Text Font Color

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

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


#817dab Background Color

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

This div background color is #817dab


#817dab Border Color

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

This div border color is #817dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,125,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #817dab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817dab


Comments

No comments written yet.

Please login to write comment.