Color Hex Logo

#816599 Color Hex

#816599
(129,101,153)
0 Favorites   0 Comments

Color spaces of #816599

RGB 129101153
HSL0.760.200.50
HSV272°34°60°
CMYK 0.160.340.00   0.40
XYZ19.456716.274432.2528
Yxy16.27440.28620.2394
Hunter Lab40.341515.4927-19.1629
CIE-Lab47.332521.6927-24.1273

#816599 color RGB value is (129,101,153).

#816599 hex color red value is 129, green value is 101 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #816599 hue: 0.76 , saturation: 0.20 and the lightness value of 816599 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100101 10011001
Octal 201 145 231
Decimal 129 101 153
Hex 81 65 99

RGB Percentages of Color #816599

%33.68
%26.37
%39.95

CMYK Percentages of Color #816599

%16
%34
%0
%40

Triadic Colors of #816599

#816599 #998165 #659981

Analogous Colors of #816599

#816599 #996597 #676599

Monochromatic Colors of #816599

#816599

Complementary Color

#816599 #7d9965

#816599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816599 Color CSS Codes

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

#816599 Text Font Color

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

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


#816599 Background Color

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

This div background color is #816599


#816599 Border Color

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

This div border color is #816599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816599


Comments

No comments written yet.

Please login to write comment.