Color Hex Logo

#816dad Color Hex

#816DAD
(129,109,173)
0 Favorites   0 Comments

Color spaces of #816dad

RGB 129109173
HSL0.720.280.55
HSV259°37°68°
CMYK 0.250.370.00   0.32
XYZ22.064718.621541.9665
Yxy18.62150.26700.2253
Hunter Lab43.152615.7531-27.4535
CIE-Lab50.241421.7724-31.3402

#816dad color RGB value is (129,109,173).

#816dad hex color red value is 129, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #816dad hue: 0.72 , saturation: 0.28 and the lightness value of 816dad is 0.55.

The process color (four color CMYK) of #816dad color hex is 0.25, 0.37, 0.00, 0.32. Web safe color of #816dad is #996699. Color #816dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101101 10101101
Octal 201 155 255
Decimal 129 109 173
Hex 81 6D AD

RGB Percentages of Color #816dad

%31.39
%26.52
%42.09

CMYK Percentages of Color #816dad

%25
%37
%0
%32

Triadic Colors of #816dad

#816dad #ad816d #6dad81

Analogous Colors of #816dad

#816dad #a16dad #6d79ad

Monochromatic Colors of #816dad

#816dad

Complementary Color

#816dad #99ad6d

#816dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#816dad Color CSS Codes

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

#816dad Text Font Color

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

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


#816dad Background Color

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

This div background color is #816dad


#816dad Border Color

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

This div border color is #816dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,109,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #816dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #816dad;
  -webkit-box-shadow: 1px 1px 3px 2px #816dad;
  box-shadow:         1px 1px 3px 2px #816dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816dad


Comments

No comments written yet.

Please login to write comment.