Color Hex Logo

#816771 Color Hex

#816771
(129,103,113)
0 Favorites   0 Comments

Color spaces of #816771

RGB 129103113
HSL0.940.110.45
HSV337°20°51°
CMYK 0.000.200.12   0.49
XYZ16.884115.559917.7362
Yxy15.55990.33650.3101
Hunter Lab39.44607.37280.9535
CIE-Lab46.391712.1415-1.6551

#816771 color RGB value is (129,103,113).

#816771 hex color red value is 129, green value is 103 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #816771 hue: 0.94 , saturation: 0.11 and the lightness value of 816771 is 0.45.

The process color (four color CMYK) of #816771 color hex is 0.00, 0.20, 0.12, 0.49. Web safe color of #816771 is #996666. Color #816771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100111 01110001
Octal 201 147 161
Decimal 129 103 113
Hex 81 67 71

RGB Percentages of Color #816771

%37.39
%29.86
%32.75

CMYK Percentages of Color #816771

%0
%20
%12
%49

Triadic Colors of #816771

#816771 #718167 #677181

Analogous Colors of #816771

#816771 #816a67 #81677e

Monochromatic Colors of #816771

#816771

Complementary Color

#816771 #678177

#816771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816771 Color CSS Codes

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

#816771 Text Font Color

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

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


#816771 Background Color

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

This div background color is #816771


#816771 Border Color

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

This div border color is #816771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816771


Comments

No comments written yet.

Please login to write comment.