Color Hex Logo

#9992ad Color Hex

#9992AD
(153,146,173)
0 Favorites   0 Comments

Color spaces of #9992ad

RGB 153146173
HSL0.710.140.63
HSV256°16°68°
CMYK 0.120.160.00   0.32
XYZ30.958630.347243.7611
Yxy30.34720.29470.2888
Hunter Lab55.08833.9092-8.5371
CIE-Lab61.95268.0177-13.1942

#9992ad color RGB value is (153,146,173).

#9992ad hex color red value is 153, green value is 146 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9992ad hue: 0.71 , saturation: 0.14 and the lightness value of 9992ad is 0.63.

The process color (four color CMYK) of #9992ad color hex is 0.12, 0.16, 0.00, 0.32. Web safe color of #9992ad is #999999. Color #9992ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010010 10101101
Octal 231 222 255
Decimal 153 146 173
Hex 99 92 AD

RGB Percentages of Color #9992ad

%32.42
%30.93
%36.65

CMYK Percentages of Color #9992ad

%12
%16
%0
%32

Triadic Colors of #9992ad

#9992ad #ad9992 #92ad99

Analogous Colors of #9992ad

#9992ad #a792ad #9299ad

Monochromatic Colors of #9992ad

#9992ad

Complementary Color

#9992ad #a6ad92

#9992ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9992ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9992ad Color CSS Codes

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

#9992ad Text Font Color

<p style="color:#9992ad">Text here</p>

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


#9992ad Background Color

<div style="background-color:#9992ad">
Div content here</div>

This div background color is #9992ad


#9992ad Border Color

<div style="border:3px solid #9992ad">
Div here</div>

This div border color is #9992ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,146,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9992ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9992ad;
  -webkit-box-shadow: 1px 1px 3px 2px #9992ad;
  box-shadow:         1px 1px 3px 2px #9992ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9992ad


Comments

No comments written yet.

Please login to write comment.