Color Hex Logo

#816dca Color Hex

#816DCA
(129,109,202)
0 Favorites   0 Comments

Color spaces of #816dca

RGB 129109202
HSL0.700.470.61
HSV253°46°79°
CMYK 0.360.460.00   0.21
XYZ25.182619.868758.3849
Yxy19.86870.24350.1921
Hunter Lab44.574322.8399-46.4580
CIE-Lab51.688429.3768-45.7796

#816dca color RGB value is (129,109,202).

#816dca hex color red value is 129, green value is 109 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #816dca hue: 0.70 , saturation: 0.47 and the lightness value of 816dca is 0.61.

The process color (four color CMYK) of #816dca color hex is 0.36, 0.46, 0.00, 0.21. Web safe color of #816dca is #9966cc. Color #816dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101101 11001010
Octal 201 155 312
Decimal 129 109 202
Hex 81 6D CA

RGB Percentages of Color #816dca

%29.32
%24.77
%45.91

CMYK Percentages of Color #816dca

%36
%46
%0
%21

Triadic Colors of #816dca

#816dca #ca816d #6dca81

Analogous Colors of #816dca

#816dca #b06dca #6d88ca

Monochromatic Colors of #816dca

#816dca

Complementary Color

#816dca #b6ca6d

#816dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#816dca Color CSS Codes

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

#816dca Text Font Color

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

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


#816dca Background Color

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

This div background color is #816dca


#816dca Border Color

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

This div border color is #816dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816dca


Comments

No comments written yet.

Please login to write comment.