Color Hex Logo

#9594ad Color Hex

#9594AD
(149,148,173)
0 Favorites   0 Comments

Color spaces of #9594ad

RGB 149148173
HSL0.670.130.63
HSV242°14°68°
CMYK 0.140.140.00   0.32
XYZ30.527230.586543.8300
Yxy30.58650.29090.2915
Hunter Lab55.30511.7443-8.2746
CIE-Lab62.15705.5314-12.9193

#9594ad color RGB value is (149,148,173).

#9594ad hex color red value is 149, green value is 148 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9594ad hue: 0.67 , saturation: 0.13 and the lightness value of 9594ad is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010100 10101101
Octal 225 224 255
Decimal 149 148 173
Hex 95 94 AD

RGB Percentages of Color #9594ad

%31.70
%31.49
%36.81

CMYK Percentages of Color #9594ad

%14
%14
%0
%32

Triadic Colors of #9594ad

#9594ad #ad9594 #94ad95

Analogous Colors of #9594ad

#9594ad #a294ad #94a0ad

Monochromatic Colors of #9594ad

#9594ad

Complementary Color

#9594ad #acad94

#9594ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9594ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9594ad Color CSS Codes

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

#9594ad Text Font Color

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

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


#9594ad Background Color

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

This div background color is #9594ad


#9594ad Border Color

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

This div border color is #9594ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9594ad


Comments

No comments written yet.

Please login to write comment.