Color Hex Logo

#9992ab Color Hex

#9992AB
(153,146,171)
0 Favorites   0 Comments

Color spaces of #9992ab

RGB 153146171
HSL0.710.130.62
HSV257°15°67°
CMYK 0.110.150.00   0.33
XYZ30.766430.270342.7493
Yxy30.27030.29640.2917
Hunter Lab55.01853.5352-7.5554
CIE-Lab61.88677.5883-12.1615

#9992ab color RGB value is (153,146,171).

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

The process color (four color CMYK) of #9992ab color hex is 0.11, 0.15, 0.00, 0.33. Web safe color of #9992ab is #999999. Color #9992ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010010 10101011
Octal 231 222 253
Decimal 153 146 171
Hex 99 92 AB

RGB Percentages of Color #9992ab

%32.55
%31.06
%36.38

CMYK Percentages of Color #9992ab

%11
%15
%0
%33

Triadic Colors of #9992ab

#9992ab #ab9992 #92ab99

Analogous Colors of #9992ab

#9992ab #a692ab #9298ab

Monochromatic Colors of #9992ab

#9992ab

Complementary Color

#9992ab #a4ab92

#9992ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9992ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9992ab Color CSS Codes

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

#9992ab Text Font Color

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

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


#9992ab Background Color

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

This div background color is #9992ab


#9992ab Border Color

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

This div border color is #9992ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9992ab


Comments

No comments written yet.

Please login to write comment.