Color Hex Logo

#816c8b Color Hex

#816C8B
(129,108,139)
0 Favorites   0 Comments

Color spaces of #816c8b

RGB 129108139
HSL0.780.130.48
HSV281°22°55°
CMYK 0.070.220.00   0.45
XYZ19.076017.256326.7515
Yxy17.25630.30240.2735
Hunter Lab41.54079.2732-9.1033
CIE-Lab48.581414.3749-13.9167

#816c8b color RGB value is (129,108,139).

#816c8b hex color red value is 129, green value is 108 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #816c8b hue: 0.78 , saturation: 0.13 and the lightness value of 816c8b is 0.48.

The process color (four color CMYK) of #816c8b color hex is 0.07, 0.22, 0.00, 0.45. Web safe color of #816c8b is #996699. Color #816c8b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101100 10001011
Octal 201 154 213
Decimal 129 108 139
Hex 81 6C 8B

RGB Percentages of Color #816c8b

%34.31
%28.72
%36.97

CMYK Percentages of Color #816c8b

%7
%22
%0
%45

Triadic Colors of #816c8b

#816c8b #8b816c #6c8b81

Analogous Colors of #816c8b

#816c8b #8b6c86 #726c8b

Monochromatic Colors of #816c8b

#816c8b

Complementary Color

#816c8b #768b6c

#816c8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816c8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#816c8b Color CSS Codes

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

#816c8b Text Font Color

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

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


#816c8b Background Color

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

This div background color is #816c8b


#816c8b Border Color

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

This div border color is #816c8b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,108,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #816c8b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #816c8b;
  -webkit-box-shadow: 1px 1px 3px 2px #816c8b;
  box-shadow:         1px 1px 3px 2px #816c8b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816c8b


Comments

No comments written yet.

Please login to write comment.