Color Hex Logo

#9779aa Color Hex

#9779AA
(151,121,170)
0 Favorites   0 Comments

Color spaces of #9779aa

RGB 151121170
HSL0.770.220.57
HSV277°29°67°
CMYK 0.110.290.00   0.33
XYZ26.855623.156341.0844
Yxy23.15630.29480.2542
Hunter Lab48.121015.4064-16.9355
CIE-Lab55.233021.0583-21.7071

#9779aa color RGB value is (151,121,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111001 10101010
Octal 227 171 252
Decimal 151 121 170
Hex 97 79 AA

RGB Percentages of Color #9779aa

%34.16
%27.38
%38.46

CMYK Percentages of Color #9779aa

%11
%29
%0
%33

Triadic Colors of #9779aa

#9779aa #aa9779 #79aa97

Analogous Colors of #9779aa

#9779aa #aa79a5 #7f79aa

Monochromatic Colors of #9779aa

#9779aa

Complementary Color

#9779aa #8caa79

#9779aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9779aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9779aa Color CSS Codes

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

#9779aa Text Font Color

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

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


#9779aa Background Color

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

This div background color is #9779aa


#9779aa Border Color

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

This div border color is #9779aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9779aa


Comments

No comments written yet.

Please login to write comment.