Color Hex Logo

#9977ac Color Hex

#9977AC
(153,119,172)
0 Favorites   0 Comments

Color spaces of #9977ac

RGB 153119172
HSL0.770.240.57
HSV278°31°67°
CMYK 0.110.310.00   0.33
XYZ27.180122.944542.0259
Yxy22.94450.29500.2490
Hunter Lab47.900417.4604-18.4884
CIE-Lab55.015123.3134-23.1783

#9977ac color RGB value is (153,119,172).

#9977ac hex color red value is 153, green value is 119 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9977ac hue: 0.77 , saturation: 0.24 and the lightness value of 9977ac is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110111 10101100
Octal 231 167 254
Decimal 153 119 172
Hex 99 77 AC

RGB Percentages of Color #9977ac

%34.46
%26.80
%38.74

CMYK Percentages of Color #9977ac

%11
%31
%0
%33

Triadic Colors of #9977ac

#9977ac #ac9977 #77ac99

Analogous Colors of #9977ac

#9977ac #ac77a5 #7f77ac

Monochromatic Colors of #9977ac

#9977ac

Complementary Color

#9977ac #8aac77

#9977ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9977ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9977ac Color CSS Codes

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

#9977ac Text Font Color

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

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


#9977ac Background Color

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

This div background color is #9977ac


#9977ac Border Color

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

This div border color is #9977ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,119,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9977ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9977ac;
  -webkit-box-shadow: 1px 1px 3px 2px #9977ac;
  box-shadow:         1px 1px 3px 2px #9977ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,119,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9977ac


Comments

No comments written yet.

Please login to write comment.