Color Hex Logo

#816876 Color Hex

#816876
(129,104,118)
0 Favorites   0 Comments

Color spaces of #816876

RGB 129104118
HSL0.910.110.46
HSV326°19°51°
CMYK 0.000.190.09   0.49
XYZ17.273615.875819.2935
Yxy15.87580.32940.3027
Hunter Lab39.84447.6566-0.8183
CIE-Lab46.811112.4787-4.0396

#816876 color RGB value is (129,104,118).

#816876 hex color red value is 129, green value is 104 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #816876 hue: 0.91 , saturation: 0.11 and the lightness value of 816876 is 0.46.

The process color (four color CMYK) of #816876 color hex is 0.00, 0.19, 0.09, 0.49. Web safe color of #816876 is #996666. Color #816876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101000 01110110
Octal 201 150 166
Decimal 129 104 118
Hex 81 68 76

RGB Percentages of Color #816876

%36.75
%29.63
%33.62

CMYK Percentages of Color #816876

%0
%19
%9
%49

Triadic Colors of #816876

#816876 #768168 #687681

Analogous Colors of #816876

#816876 #81686a #806881

Monochromatic Colors of #816876

#816876

Complementary Color

#816876 #688173

#816876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816876 Color CSS Codes

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

#816876 Text Font Color

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

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


#816876 Background Color

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

This div background color is #816876


#816876 Border Color

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

This div border color is #816876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816876


Comments

No comments written yet.

Please login to write comment.