Color Hex Logo

#9584ad Color Hex

#9584AD
(149,132,173)
0 Favorites   0 Comments

Color spaces of #9584ad

RGB 149132173
HSL0.740.200.60
HSV265°24°68°
CMYK 0.140.240.00   0.32
XYZ28.188525.909243.0504
Yxy25.90920.29020.2667
Hunter Lab50.90119.7746-14.5147
CIE-Lab57.950814.6843-19.2907

#9584ad color RGB value is (149,132,173).

#9584ad hex color red value is 149, green value is 132 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9584ad hue: 0.74 , saturation: 0.20 and the lightness value of 9584ad is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000100 10101101
Octal 225 204 255
Decimal 149 132 173
Hex 95 84 AD

RGB Percentages of Color #9584ad

%32.82
%29.07
%38.11

CMYK Percentages of Color #9584ad

%14
%24
%0
%32

Triadic Colors of #9584ad

#9584ad #ad9584 #84ad95

Analogous Colors of #9584ad

#9584ad #aa84ad #8488ad

Monochromatic Colors of #9584ad

#9584ad

Complementary Color

#9584ad #9cad84

#9584ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9584ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9584ad Color CSS Codes

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

#9584ad Text Font Color

<p style="color:#9584ad">Text here</p>

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


#9584ad Background Color

<div style="background-color:#9584ad">
Div content here</div>

This div background color is #9584ad


#9584ad Border Color

<div style="border:3px solid #9584ad">
Div here</div>

This div border color is #9584ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,132,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9584ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9584ad;
  -webkit-box-shadow: 1px 1px 3px 2px #9584ad;
  box-shadow:         1px 1px 3px 2px #9584ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,132,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9584ad


Comments

No comments written yet.

Please login to write comment.