Color Hex Logo

#817288 Color Hex

#817288
(129,114,136)
0 Favorites   0 Comments

Color spaces of #817288

RGB 129114136
HSL0.780.090.49
HSV281°16°53°
CMYK 0.050.160.00   0.47
XYZ19.514518.479325.8309
Yxy18.47930.30580.2895
Hunter Lab42.98765.8031-5.5356
CIE-Lab50.072410.1743-9.8924

#817288 color RGB value is (129,114,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110010 10001000
Octal 201 162 210
Decimal 129 114 136
Hex 81 72 88

RGB Percentages of Color #817288

%34.04
%30.08
%35.88

CMYK Percentages of Color #817288

%5
%16
%0
%47

Triadic Colors of #817288

#817288 #888172 #728881

Analogous Colors of #817288

#817288 #887284 #767288

Monochromatic Colors of #817288

#817288

Complementary Color

#817288 #798872

#817288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817288 Color CSS Codes

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

#817288 Text Font Color

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

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


#817288 Background Color

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

This div background color is #817288


#817288 Border Color

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

This div border color is #817288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817288


Comments

No comments written yet.

Please login to write comment.