Color Hex Logo

#816589 Color Hex

#816589
(129,101,137)
0 Favorites   0 Comments

Color spaces of #816589

RGB 129101137
HSL0.800.150.47
HSV287°26°54°
CMYK 0.060.260.00   0.46
XYZ18.222315.780625.7525
Yxy15.78060.30490.2641
Hunter Lab39.724812.3619-10.6287
CIE-Lab46.685318.1137-15.6067

#816589 color RGB value is (129,101,137).

#816589 hex color red value is 129, green value is 101 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #816589 hue: 0.80 , saturation: 0.15 and the lightness value of 816589 is 0.47.

The process color (four color CMYK) of #816589 color hex is 0.06, 0.26, 0.00, 0.46. Web safe color of #816589 is #996699. Color #816589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100101 10001001
Octal 201 145 211
Decimal 129 101 137
Hex 81 65 89

RGB Percentages of Color #816589

%35.15
%27.52
%37.33

CMYK Percentages of Color #816589

%6
%26
%0
%46

Triadic Colors of #816589

#816589 #898165 #658981

Analogous Colors of #816589

#816589 #89657f #6f6589

Monochromatic Colors of #816589

#816589

Complementary Color

#816589 #6d8965

#816589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816589 Color CSS Codes

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

#816589 Text Font Color

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

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


#816589 Background Color

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

This div background color is #816589


#816589 Border Color

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

This div border color is #816589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816589


Comments

No comments written yet.

Please login to write comment.