Color Hex Logo

#8992ab Color Hex

#8992AB
(137,146,171)
0 Favorites   0 Comments

Color spaces of #8992ab

RGB 137146171
HSL0.620.170.60
HSV224°20°67°
CMYK 0.200.150.00   0.33
XYZ27.946128.816442.6173
Yxy28.81640.28120.2900
Hunter Lab53.6809-1.0151-9.4937
CIE-Lab60.61932.2236-14.1959

#8992ab color RGB value is (137,146,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010010 10101011
Octal 211 222 253
Decimal 137 146 171
Hex 89 92 AB

RGB Percentages of Color #8992ab

%30.18
%32.16
%37.67

CMYK Percentages of Color #8992ab

%20
%15
%0
%33

Triadic Colors of #8992ab

#8992ab #ab8992 #92ab89

Analogous Colors of #8992ab

#8992ab #9189ab #89a3ab

Monochromatic Colors of #8992ab

#8992ab

Complementary Color

#8992ab #aba289

#8992ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8992ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8992ab Color CSS Codes

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

#8992ab Text Font Color

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

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


#8992ab Background Color

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

This div background color is #8992ab


#8992ab Border Color

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

This div border color is #8992ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8992ab


Comments

No comments written yet.

Please login to write comment.