Color Hex Logo

#817588 Color Hex

#817588
(129,117,136)
0 Favorites   0 Comments

Color spaces of #817588

RGB 129117136
HSL0.770.080.50
HSV278°14°53°
CMYK 0.050.140.00   0.47
XYZ19.858519.167325.9456
Yxy19.16730.30560.2950
Hunter Lab43.78054.3504-4.4907
CIE-Lab50.88248.4061-8.6788

#817588 color RGB value is (129,117,136).

#817588 hex color red value is 129, green value is 117 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #817588 hue: 0.77 , saturation: 0.08 and the lightness value of 817588 is 0.50.

The process color (four color CMYK) of #817588 color hex is 0.05, 0.14, 0.00, 0.47. Web safe color of #817588 is #996699. Color #817588 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110101 10001000
Octal 201 165 210
Decimal 129 117 136
Hex 81 75 88

RGB Percentages of Color #817588

%33.77
%30.63
%35.60

CMYK Percentages of Color #817588

%5
%14
%0
%47

Triadic Colors of #817588

#817588 #888175 #758881

Analogous Colors of #817588

#817588 #887586 #787588

Monochromatic Colors of #817588

#817588

Complementary Color

#817588 #7c8875

#817588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817588 Color CSS Codes

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

#817588 Text Font Color

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

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


#817588 Background Color

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

This div background color is #817588


#817588 Border Color

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

This div border color is #817588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817588


Comments

No comments written yet.

Please login to write comment.