Color Hex Logo

#81708d Color Hex

#81708D
(129,112,141)
0 Favorites   0 Comments

Color spaces of #81708d

RGB 129112141
HSL0.760.110.50
HSV275°21°55°
CMYK 0.090.210.00   0.45
XYZ19.655118.178627.6722
Yxy18.17860.30010.2775
Hunter Lab42.63647.6737-8.6354
CIE-Lab49.712012.4342-13.3882

#81708d color RGB value is (129,112,141).

#81708d hex color red value is 129, green value is 112 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #81708d hue: 0.76 , saturation: 0.11 and the lightness value of 81708d is 0.50.

The process color (four color CMYK) of #81708d color hex is 0.09, 0.21, 0.00, 0.45. Web safe color of #81708d is #996699. Color #81708d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110000 10001101
Octal 201 160 215
Decimal 129 112 141
Hex 81 70 8D

RGB Percentages of Color #81708d

%33.77
%29.32
%36.91

CMYK Percentages of Color #81708d

%9
%21
%0
%45

Triadic Colors of #81708d

#81708d #8d8170 #708d81

Analogous Colors of #81708d

#81708d #8d708b #73708d

Monochromatic Colors of #81708d

#81708d

Complementary Color

#81708d #7c8d70

#81708d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81708d Color Preview on White Background

Lorem ipsum dolor sit amet.

#81708d Color CSS Codes

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

#81708d Text Font Color

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

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


#81708d Background Color

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

This div background color is #81708d


#81708d Border Color

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

This div border color is #81708d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,112,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81708d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81708d;
  -webkit-box-shadow: 1px 1px 3px 2px #81708d;
  box-shadow:         1px 1px 3px 2px #81708d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81708d


Comments

No comments written yet.

Please login to write comment.