Color Hex Logo

#9978aa Color Hex

#9978AA
(153,120,170)
0 Favorites   0 Comments

Color spaces of #9978aa

RGB 153120170
HSL0.780.230.57
HSV280°29°67°
CMYK 0.100.290.00   0.33
XYZ27.109023.107541.0616
Yxy23.10750.29700.2532
Hunter Lab48.070316.5413-16.9963
CIE-Lab55.182922.3028-21.7667

#9978aa color RGB value is (153,120,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111000 10101010
Octal 231 170 252
Decimal 153 120 170
Hex 99 78 AA

RGB Percentages of Color #9978aa

%34.54
%27.09
%38.37

CMYK Percentages of Color #9978aa

%10
%29
%0
%33

Triadic Colors of #9978aa

#9978aa #aa9978 #78aa99

Analogous Colors of #9978aa

#9978aa #aa78a2 #8078aa

Monochromatic Colors of #9978aa

#9978aa

Complementary Color

#9978aa #89aa78

#9978aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9978aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9978aa Color CSS Codes

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

#9978aa Text Font Color

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

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


#9978aa Background Color

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

This div background color is #9978aa


#9978aa Border Color

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

This div border color is #9978aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9978aa


Comments

No comments written yet.

Please login to write comment.