Color Hex Logo

#816786 Color Hex

#816786
(129,103,134)
0 Favorites   0 Comments

Color spaces of #816786

RGB 129103134
HSL0.810.130.46
HSV290°23°53°
CMYK 0.040.230.00   0.47
XYZ18.206616.088924.7001
Yxy16.08890.30860.2727
Hunter Lab40.111010.8280-8.4328
CIE-Lab47.090916.2827-13.1991

#816786 color RGB value is (129,103,134).

#816786 hex color red value is 129, green value is 103 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #816786 hue: 0.81 , saturation: 0.13 and the lightness value of 816786 is 0.46.

The process color (four color CMYK) of #816786 color hex is 0.04, 0.23, 0.00, 0.47. Web safe color of #816786 is #996699. Color #816786 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100111 10000110
Octal 201 147 206
Decimal 129 103 134
Hex 81 67 86

RGB Percentages of Color #816786

%35.25
%28.14
%36.61

CMYK Percentages of Color #816786

%4
%23
%0
%47

Triadic Colors of #816786

#816786 #868167 #678681

Analogous Colors of #816786

#816786 #86677c #726786

Monochromatic Colors of #816786

#816786

Complementary Color

#816786 #6c8667

#816786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816786 Color CSS Codes

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

#816786 Text Font Color

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

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


#816786 Background Color

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

This div background color is #816786


#816786 Border Color

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

This div border color is #816786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816786


Comments

No comments written yet.

Please login to write comment.