Color Hex Logo

#815976 Color Hex

#815976
(129,89,118)
0 Favorites   0 Comments

Color spaces of #815976

RGB 12989118
HSL0.880.180.43
HSV317°31°51°
CMYK 0.000.310.09   0.49
XYZ15.895713.119918.8341
Yxy13.11990.33220.2742
Hunter Lab36.221414.9470-5.4741
CIE-Lab42.943421.4098-9.8094

#815976 color RGB value is (129,89,118).

#815976 hex color red value is 129, green value is 89 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #815976 hue: 0.88 , saturation: 0.18 and the lightness value of 815976 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011001 01110110
Octal 201 131 166
Decimal 129 89 118
Hex 81 59 76

RGB Percentages of Color #815976

%38.39
%26.49
%35.12

CMYK Percentages of Color #815976

%0
%31
%9
%49

Triadic Colors of #815976

#815976 #768159 #597681

Analogous Colors of #815976

#815976 #815962 #785981

Monochromatic Colors of #815976

#815976

Complementary Color

#815976 #598164

#815976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815976 Color CSS Codes

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

#815976 Text Font Color

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

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


#815976 Background Color

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

This div background color is #815976


#815976 Border Color

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

This div border color is #815976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815976


Comments

No comments written yet.

Please login to write comment.