Color Hex Logo

#816779 Color Hex

#816779
(129,103,121)
0 Favorites   0 Comments

Color spaces of #816779

RGB 129103121
HSL0.880.110.45
HSV318°20°51°
CMYK 0.000.200.06   0.49
XYZ17.354715.748120.2142
Yxy15.74810.32550.2954
Hunter Lab39.68398.6155-2.4225
CIE-Lab46.642313.6491-6.0899

#816779 color RGB value is (129,103,121).

#816779 hex color red value is 129, green value is 103 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #816779 hue: 0.88 , saturation: 0.11 and the lightness value of 816779 is 0.45.

The process color (four color CMYK) of #816779 color hex is 0.00, 0.20, 0.06, 0.49. Web safe color of #816779 is #996666. Color #816779 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100111 01111001
Octal 201 147 171
Decimal 129 103 121
Hex 81 67 79

RGB Percentages of Color #816779

%36.54
%29.18
%34.28

CMYK Percentages of Color #816779

%0
%20
%6
%49

Triadic Colors of #816779

#816779 #798167 #677981

Analogous Colors of #816779

#816779 #81676c #7c6781

Monochromatic Colors of #816779

#816779

Complementary Color

#816779 #67816f

#816779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816779 Color CSS Codes

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

#816779 Text Font Color

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

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


#816779 Background Color

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

This div background color is #816779


#816779 Border Color

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

This div border color is #816779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816779


Comments

No comments written yet.

Please login to write comment.