Color Hex Logo

#816690 Color Hex

#816690
(129,102,144)
0 Favorites   0 Comments

Color spaces of #816690

RGB 129102144
HSL0.770.170.48
HSV279°29°56°
CMYK 0.100.290.00   0.44
XYZ18.838716.183528.5164
Yxy16.18350.29650.2547
Hunter Lab40.228713.1895-13.8680
CIE-Lab47.214319.0484-18.9700

#816690 color RGB value is (129,102,144).

#816690 hex color red value is 129, green value is 102 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #816690 hue: 0.77 , saturation: 0.17 and the lightness value of 816690 is 0.48.

The process color (four color CMYK) of #816690 color hex is 0.10, 0.29, 0.00, 0.44. Web safe color of #816690 is #996699. Color #816690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100110 10010000
Octal 201 146 220
Decimal 129 102 144
Hex 81 66 90

RGB Percentages of Color #816690

%34.40
%27.20
%38.40

CMYK Percentages of Color #816690

%10
%29
%0
%44

Triadic Colors of #816690

#816690 #908166 #669081

Analogous Colors of #816690

#816690 #90668a #6c6690

Monochromatic Colors of #816690

#816690

Complementary Color

#816690 #759066

#816690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816690 Color CSS Codes

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

#816690 Text Font Color

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

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


#816690 Background Color

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

This div background color is #816690


#816690 Border Color

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

This div border color is #816690


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,102,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #816690; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #816690;
  -webkit-box-shadow: 1px 1px 3px 2px #816690;
  box-shadow:         1px 1px 3px 2px #816690; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816690


Comments

No comments written yet.

Please login to write comment.