Color Hex Logo

#816daf Color Hex

#816DAF
(129,109,175)
0 Favorites   0 Comments

Color spaces of #816daf

RGB 129109175
HSL0.720.290.56
HSV258°38°69°
CMYK 0.260.380.00   0.31
XYZ22.259818.699642.9936
Yxy18.69960.26510.2227
Hunter Lab43.243016.2094-28.6779
CIE-Lab50.333922.2769-32.3586

#816daf color RGB value is (129,109,175).

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

The process color (four color CMYK) of #816daf color hex is 0.26, 0.38, 0.00, 0.31. Web safe color of #816daf is #996699. Color #816daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101101 10101111
Octal 201 155 257
Decimal 129 109 175
Hex 81 6D AF

RGB Percentages of Color #816daf

%31.23
%26.39
%42.37

CMYK Percentages of Color #816daf

%26
%38
%0
%31

Triadic Colors of #816daf

#816daf #af816d #6daf81

Analogous Colors of #816daf

#816daf #a26daf #6d7aaf

Monochromatic Colors of #816daf

#816daf

Complementary Color

#816daf #9baf6d

#816daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#816daf Color CSS Codes

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

#816daf Text Font Color

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

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


#816daf Background Color

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

This div background color is #816daf


#816daf Border Color

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

This div border color is #816daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816daf


Comments

No comments written yet.

Please login to write comment.