Color Hex Logo

#9585ae Color Hex

#9585AE
(149,133,174)
0 Favorites   0 Comments

Color spaces of #9585ae

RGB 149133174
HSL0.730.200.60
HSV263°24°68°
CMYK 0.140.240.00   0.32
XYZ28.421926.220643.6075
Yxy26.22060.28930.2669
Hunter Lab51.20619.4658-14.6476
CIE-Lab58.245914.3301-19.4124

#9585ae color RGB value is (149,133,174).

#9585ae hex color red value is 149, green value is 133 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9585ae hue: 0.73 , saturation: 0.20 and the lightness value of 9585ae is 0.60.

The process color (four color CMYK) of #9585ae color hex is 0.14, 0.24, 0.00, 0.32. Web safe color of #9585ae is #999999. Color #9585ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000101 10101110
Octal 225 205 256
Decimal 149 133 174
Hex 95 85 AE

RGB Percentages of Color #9585ae

%32.68
%29.17
%38.16

CMYK Percentages of Color #9585ae

%14
%24
%0
%32

Triadic Colors of #9585ae

#9585ae #ae9585 #85ae95

Analogous Colors of #9585ae

#9585ae #aa85ae #858aae

Monochromatic Colors of #9585ae

#9585ae

Complementary Color

#9585ae #9eae85

#9585ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9585ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9585ae Color CSS Codes

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

#9585ae Text Font Color

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

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


#9585ae Background Color

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

This div background color is #9585ae


#9585ae Border Color

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

This div border color is #9585ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9585ae


Comments

No comments written yet.

Please login to write comment.