Color Hex Logo

#816dcb Color Hex

#816DCB
(129,109,203)
0 Favorites   0 Comments

Color spaces of #816dcb

RGB 129109203
HSL0.700.470.61
HSV253°46°80°
CMYK 0.360.460.00   0.20
XYZ25.301419.916259.0106
Yxy19.91620.24280.1911
Hunter Lab44.627623.1015-47.1593
CIE-Lab51.742329.6487-46.2651

#816dcb color RGB value is (129,109,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101101 11001011
Octal 201 155 313
Decimal 129 109 203
Hex 81 6D CB

RGB Percentages of Color #816dcb

%29.25
%24.72
%46.03

CMYK Percentages of Color #816dcb

%36
%46
%0
%20

Triadic Colors of #816dcb

#816dcb #cb816d #6dcb81

Analogous Colors of #816dcb

#816dcb #b06dcb #6d88cb

Monochromatic Colors of #816dcb

#816dcb

Complementary Color

#816dcb #b7cb6d

#816dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#816dcb Color CSS Codes

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

#816dcb Text Font Color

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

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


#816dcb Background Color

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

This div background color is #816dcb


#816dcb Border Color

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

This div border color is #816dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816dcb


Comments

No comments written yet.

Please login to write comment.