Color Hex Logo

#817587 Color Hex

#817587
(129,117,135)
0 Favorites   0 Comments

Color spaces of #817587

RGB 129117135
HSL0.780.070.49
HSV280°13°53°
CMYK 0.040.130.00   0.47
XYZ19.787719.139025.5729
Yxy19.13900.30680.2967
Hunter Lab43.74814.1780-4.0342
CIE-Lab50.84948.1950-8.1390

#817587 color RGB value is (129,117,135).

#817587 hex color red value is 129, green value is 117 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #817587 hue: 0.78 , saturation: 0.07 and the lightness value of 817587 is 0.49.

The process color (four color CMYK) of #817587 color hex is 0.04, 0.13, 0.00, 0.47. Web safe color of #817587 is #996699. Color #817587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110101 10000111
Octal 201 165 207
Decimal 129 117 135
Hex 81 75 87

RGB Percentages of Color #817587

%33.86
%30.71
%35.43

CMYK Percentages of Color #817587

%4
%13
%0
%47

Triadic Colors of #817587

#817587 #878175 #758781

Analogous Colors of #817587

#817587 #877584 #787587

Monochromatic Colors of #817587

#817587

Complementary Color

#817587 #7b8775

#817587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817587 Color CSS Codes

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

#817587 Text Font Color

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

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


#817587 Background Color

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

This div background color is #817587


#817587 Border Color

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

This div border color is #817587


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,117,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #817587; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #817587;
  -webkit-box-shadow: 1px 1px 3px 2px #817587;
  box-shadow:         1px 1px 3px 2px #817587; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817587


Comments

No comments written yet.

Please login to write comment.