Color Hex Logo

#816abd Color Hex

#816ABD
(129,106,189)
0 Favorites   0 Comments

Color spaces of #816abd

RGB 129106189
HSL0.710.390.58
HSV257°44°74°
CMYK 0.320.440.00   0.26
XYZ23.392618.649350.5109
Yxy18.64930.25270.2015
Hunter Lab43.184821.1174-39.1188
CIE-Lab50.274427.6753-40.5579

#816abd color RGB value is (129,106,189).

#816abd hex color red value is 129, green value is 106 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #816abd hue: 0.71 , saturation: 0.39 and the lightness value of 816abd is 0.58.

The process color (four color CMYK) of #816abd color hex is 0.32, 0.44, 0.00, 0.26. Web safe color of #816abd is #9966cc. Color #816abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101010 10111101
Octal 201 152 275
Decimal 129 106 189
Hex 81 6A BD

RGB Percentages of Color #816abd

%30.42
%25.00
%44.58

CMYK Percentages of Color #816abd

%32
%44
%0
%26

Triadic Colors of #816abd

#816abd #bd816a #6abd81

Analogous Colors of #816abd

#816abd #ab6abd #6a7dbd

Monochromatic Colors of #816abd

#816abd

Complementary Color

#816abd #a6bd6a

#816abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#816abd Color CSS Codes

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

#816abd Text Font Color

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

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


#816abd Background Color

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

This div background color is #816abd


#816abd Border Color

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

This div border color is #816abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816abd


Comments

No comments written yet.

Please login to write comment.