Color Hex Logo

#9f89ae Color Hex

#9F89AE
(159,137,174)
0 Favorites   0 Comments

Color spaces of #9f89ae

RGB 159137174
HSL0.770.190.61
HSV276°21°68°
CMYK 0.090.210.00   0.32
XYZ30.883728.318243.8826
Yxy28.31820.29960.2747
Hunter Lab53.214810.4680-11.6420
CIE-Lab60.175115.4017-16.3954

#9f89ae color RGB value is (159,137,174).

#9f89ae hex color red value is 159, green value is 137 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9f89ae hue: 0.77 , saturation: 0.19 and the lightness value of 9f89ae is 0.61.

The process color (four color CMYK) of #9f89ae color hex is 0.09, 0.21, 0.00, 0.32. Web safe color of #9f89ae is #999999. Color #9f89ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10001001 10101110
Octal 237 211 256
Decimal 159 137 174
Hex 9F 89 AE

RGB Percentages of Color #9f89ae

%33.83
%29.15
%37.02

CMYK Percentages of Color #9f89ae

%9
%21
%0
%32

Triadic Colors of #9f89ae

#9f89ae #ae9f89 #89ae9f

Analogous Colors of #9f89ae

#9f89ae #ae89ab #8d89ae

Monochromatic Colors of #9f89ae

#9f89ae

Complementary Color

#9f89ae #98ae89

#9f89ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f89ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f89ae Color CSS Codes

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

#9f89ae Text Font Color

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

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


#9f89ae Background Color

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

This div background color is #9f89ae


#9f89ae Border Color

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

This div border color is #9f89ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,137,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f89ae


Comments

No comments written yet.

Please login to write comment.