Color Hex Logo

#816dcc Color Hex

#816DCC
(129,109,204)
0 Favorites   0 Comments

Color spaces of #816dcc

RGB 129109204
HSL0.700.480.61
HSV253°47°80°
CMYK 0.370.470.00   0.20
XYZ25.421019.964059.6404
Yxy19.96400.24200.1901
Hunter Lab44.681123.3644-47.8636
CIE-Lab51.796529.9213-46.7498

#816dcc color RGB value is (129,109,204).

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

The process color (four color CMYK) of #816dcc color hex is 0.37, 0.47, 0.00, 0.20. Web safe color of #816dcc is #9966cc. Color #816dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101101 11001100
Octal 201 155 314
Decimal 129 109 204
Hex 81 6D CC

RGB Percentages of Color #816dcc

%29.19
%24.66
%46.15

CMYK Percentages of Color #816dcc

%37
%47
%0
%20

Triadic Colors of #816dcc

#816dcc #cc816d #6dcc81

Analogous Colors of #816dcc

#816dcc #b16dcc #6d89cc

Monochromatic Colors of #816dcc

#816dcc

Complementary Color

#816dcc #b8cc6d

#816dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#816dcc Color CSS Codes

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

#816dcc Text Font Color

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

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


#816dcc Background Color

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

This div background color is #816dcc


#816dcc Border Color

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

This div border color is #816dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816dcc


Comments

No comments written yet.

Please login to write comment.