Color Hex Logo

#9692ab Color Hex

#9692AB
(150,146,171)
0 Favorites   0 Comments

Color spaces of #9692ab

RGB 150146171
HSL0.690.130.62
HSV250°15°67°
CMYK 0.120.150.00   0.33
XYZ30.207229.982142.7231
Yxy29.98210.29350.2913
Hunter Lab54.75592.6503-7.9317
CIE-Lab61.63886.5645-12.5591

#9692ab color RGB value is (150,146,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010010 10101011
Octal 226 222 253
Decimal 150 146 171
Hex 96 92 AB

RGB Percentages of Color #9692ab

%32.12
%31.26
%36.62

CMYK Percentages of Color #9692ab

%12
%15
%0
%33

Triadic Colors of #9692ab

#9692ab #ab9692 #92ab96

Analogous Colors of #9692ab

#9692ab #a392ab #929bab

Monochromatic Colors of #9692ab

#9692ab

Complementary Color

#9692ab #a7ab92

#9692ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9692ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9692ab Color CSS Codes

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

#9692ab Text Font Color

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

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


#9692ab Background Color

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

This div background color is #9692ab


#9692ab Border Color

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

This div border color is #9692ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9692ab


Comments

No comments written yet.

Please login to write comment.