Color Hex Logo

#9876aa Color Hex

#9876AA
(152,118,170)
0 Favorites   0 Comments

Color spaces of #9876aa

RGB 152118170
HSL0.780.230.56
HSV279°31°67°
CMYK 0.110.310.00   0.33
XYZ26.683022.534540.9735
Yxy22.53450.29580.2499
Hunter Lab47.470517.2608-17.9460
CIE-Lab54.589623.1271-22.6862

#9876aa color RGB value is (152,118,170).

#9876aa hex color red value is 152, green value is 118 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9876aa hue: 0.78 , saturation: 0.23 and the lightness value of 9876aa is 0.56.

The process color (four color CMYK) of #9876aa color hex is 0.11, 0.31, 0.00, 0.33. Web safe color of #9876aa is #996699. Color #9876aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110110 10101010
Octal 230 166 252
Decimal 152 118 170
Hex 98 76 AA

RGB Percentages of Color #9876aa

%34.55
%26.82
%38.64

CMYK Percentages of Color #9876aa

%11
%31
%0
%33

Triadic Colors of #9876aa

#9876aa #aa9876 #76aa98

Analogous Colors of #9876aa

#9876aa #aa76a2 #7e76aa

Monochromatic Colors of #9876aa

#9876aa

Complementary Color

#9876aa #88aa76

#9876aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9876aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9876aa Color CSS Codes

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

#9876aa Text Font Color

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

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


#9876aa Background Color

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

This div background color is #9876aa


#9876aa Border Color

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

This div border color is #9876aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,118,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9876aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9876aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9876aa;
  box-shadow:         1px 1px 3px 2px #9876aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,118,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9876aa


Comments

No comments written yet.

Please login to write comment.