Color Hex Logo

#9887ae Color Hex

#9887AE
(152,135,174)
0 Favorites   0 Comments

Color spaces of #9887ae

RGB 152135174
HSL0.740.190.61
HSV266°22°68°
CMYK 0.130.220.00   0.32
XYZ29.252827.059343.7256
Yxy27.05930.29240.2705
Hunter Lab52.01869.3476-13.4248
CIE-Lab59.029214.1807-18.1948

#9887ae color RGB value is (152,135,174).

#9887ae hex color red value is 152, green value is 135 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9887ae hue: 0.74 , saturation: 0.19 and the lightness value of 9887ae is 0.61.

The process color (four color CMYK) of #9887ae color hex is 0.13, 0.22, 0.00, 0.32. Web safe color of #9887ae is #999999. Color #9887ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000111 10101110
Octal 230 207 256
Decimal 152 135 174
Hex 98 87 AE

RGB Percentages of Color #9887ae

%32.97
%29.28
%37.74

CMYK Percentages of Color #9887ae

%13
%22
%0
%32

Triadic Colors of #9887ae

#9887ae #ae9887 #87ae98

Analogous Colors of #9887ae

#9887ae #ac87ae #878aae

Monochromatic Colors of #9887ae

#9887ae

Complementary Color

#9887ae #9dae87

#9887ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9887ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9887ae Color CSS Codes

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

#9887ae Text Font Color

<p style="color:#9887ae">Text here</p>

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


#9887ae Background Color

<div style="background-color:#9887ae">
Div content here</div>

This div background color is #9887ae


#9887ae Border Color

<div style="border:3px solid #9887ae">
Div here</div>

This div border color is #9887ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,135,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9887ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9887ae;
  -webkit-box-shadow: 1px 1px 3px 2px #9887ae;
  box-shadow:         1px 1px 3px 2px #9887ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,135,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 #9887ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9887ae


Comments

No comments written yet.

Please login to write comment.