Color Hex Logo

#9586ae Color Hex

#9586AE
(149,134,174)
0 Favorites   0 Comments

Color spaces of #9586ae

RGB 149134174
HSL0.730.200.60
HSV263°23°68°
CMYK 0.140.230.00   0.32
XYZ28.559526.495743.6533
Yxy26.49570.28930.2684
Hunter Lab51.47408.9584-14.2500
CIE-Lab58.504613.7535-19.0179

#9586ae color RGB value is (149,134,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000110 10101110
Octal 225 206 256
Decimal 149 134 174
Hex 95 86 AE

RGB Percentages of Color #9586ae

%32.60
%29.32
%38.07

CMYK Percentages of Color #9586ae

%14
%23
%0
%32

Triadic Colors of #9586ae

#9586ae #ae9586 #86ae95

Analogous Colors of #9586ae

#9586ae #a986ae #868bae

Monochromatic Colors of #9586ae

#9586ae

Complementary Color

#9586ae #9fae86

#9586ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9586ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9586ae Color CSS Codes

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

#9586ae Text Font Color

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

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


#9586ae Background Color

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

This div background color is #9586ae


#9586ae Border Color

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

This div border color is #9586ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9586ae


Comments

No comments written yet.

Please login to write comment.