Color Hex Logo

#9879aa Color Hex

#9879AA
(152,121,170)
0 Favorites   0 Comments

Color spaces of #9879aa

RGB 152121170
HSL0.770.220.57
HSV278°29°67°
CMYK 0.110.290.00   0.33
XYZ27.042023.252441.0931
Yxy23.25240.29590.2544
Hunter Lab48.220715.7158-16.7717
CIE-Lab55.331421.3914-21.5476

#9879aa color RGB value is (152,121,170).

#9879aa hex color red value is 152, green value is 121 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9879aa hue: 0.77 , saturation: 0.22 and the lightness value of 9879aa is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111001 10101010
Octal 230 171 252
Decimal 152 121 170
Hex 98 79 AA

RGB Percentages of Color #9879aa

%34.31
%27.31
%38.37

CMYK Percentages of Color #9879aa

%11
%29
%0
%33

Triadic Colors of #9879aa

#9879aa #aa9879 #79aa98

Analogous Colors of #9879aa

#9879aa #aa79a4 #8079aa

Monochromatic Colors of #9879aa

#9879aa

Complementary Color

#9879aa #8baa79

#9879aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9879aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9879aa Color CSS Codes

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

#9879aa Text Font Color

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

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


#9879aa Background Color

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

This div background color is #9879aa


#9879aa Border Color

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

This div border color is #9879aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,121,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 #9879aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9879aa


Comments

No comments written yet.

Please login to write comment.