Color Hex Logo

#815999 Color Hex

#815999
(129,89,153)
0 Favorites   0 Comments

Color spaces of #815999

RGB 12989153
HSL0.770.260.47
HSV278°42°60°
CMYK 0.160.420.00   0.40
XYZ18.375414.111831.8923
Yxy14.11180.28540.2192
Hunter Lab37.565721.5741-24.0397
CIE-Lab44.392828.8003-28.6970

#815999 color RGB value is (129,89,153).

#815999 hex color red value is 129, green value is 89 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #815999 hue: 0.77 , saturation: 0.26 and the lightness value of 815999 is 0.47.

The process color (four color CMYK) of #815999 color hex is 0.16, 0.42, 0.00, 0.40. Web safe color of #815999 is #996699. Color #815999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011001 10011001
Octal 201 131 231
Decimal 129 89 153
Hex 81 59 99

RGB Percentages of Color #815999

%34.77
%23.99
%41.24

CMYK Percentages of Color #815999

%16
%42
%0
%40

Triadic Colors of #815999

#815999 #998159 #599981

Analogous Colors of #815999

#815999 #995991 #615999

Monochromatic Colors of #815999

#815999

Complementary Color

#815999 #719959

#815999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815999 Color CSS Codes

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

#815999 Text Font Color

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

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


#815999 Background Color

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

This div background color is #815999


#815999 Border Color

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

This div border color is #815999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815999


Comments

No comments written yet.

Please login to write comment.