Color Hex Logo

#9f88ac Color Hex

#9F88AC
(159,136,172)
0 Favorites   0 Comments

Color spaces of #9f88ac

RGB 159136172
HSL0.770.180.60
HSV278°21°67°
CMYK 0.080.210.00   0.33
XYZ30.548627.957842.8160
Yxy27.95780.30150.2759
Hunter Lab52.875110.5969-10.9979
CIE-Lab59.850615.5528-15.7482

#9f88ac color RGB value is (159,136,172).

#9f88ac hex color red value is 159, green value is 136 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9f88ac hue: 0.77 , saturation: 0.18 and the lightness value of 9f88ac is 0.60.

The process color (four color CMYK) of #9f88ac color hex is 0.08, 0.21, 0.00, 0.33. Web safe color of #9f88ac is #999999. Color #9f88ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10001000 10101100
Octal 237 210 254
Decimal 159 136 172
Hex 9F 88 AC

RGB Percentages of Color #9f88ac

%34.05
%29.12
%36.83

CMYK Percentages of Color #9f88ac

%8
%21
%0
%33

Triadic Colors of #9f88ac

#9f88ac #ac9f88 #88ac9f

Analogous Colors of #9f88ac

#9f88ac #ac88a7 #8d88ac

Monochromatic Colors of #9f88ac

#9f88ac

Complementary Color

#9f88ac #95ac88

#9f88ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f88ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f88ac Color CSS Codes

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

#9f88ac Text Font Color

<p style="color:#9f88ac">Text here</p>

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


#9f88ac Background Color

<div style="background-color:#9f88ac">
Div content here</div>

This div background color is #9f88ac


#9f88ac Border Color

<div style="border:3px solid #9f88ac">
Div here</div>

This div border color is #9f88ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,136,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f88ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f88ac;
  -webkit-box-shadow: 1px 1px 3px 2px #9f88ac;
  box-shadow:         1px 1px 3px 2px #9f88ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,136,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 #9f88ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f88ac


Comments

No comments written yet.

Please login to write comment.