Color Hex Logo

#9491ad Color Hex

#9491AD
(148,145,173)
0 Favorites   0 Comments

Color spaces of #9491ad

RGB 148145173
HSL0.680.150.62
HSV246°16°68°
CMYK 0.140.160.00   0.32
XYZ29.881029.563843.6667
Yxy29.56380.28980.2867
Hunter Lab54.37262.9444-9.5550
CIE-Lab61.27606.8954-14.2546

#9491ad color RGB value is (148,145,173).

#9491ad hex color red value is 148, green value is 145 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9491ad hue: 0.68 , saturation: 0.15 and the lightness value of 9491ad is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10010001 10101101
Octal 224 221 255
Decimal 148 145 173
Hex 94 91 AD

RGB Percentages of Color #9491ad

%31.76
%31.12
%37.12

CMYK Percentages of Color #9491ad

%14
%16
%0
%32

Triadic Colors of #9491ad

#9491ad #ad9491 #91ad94

Analogous Colors of #9491ad

#9491ad #a291ad #919cad

Monochromatic Colors of #9491ad

#9491ad

Complementary Color

#9491ad #aaad91

#9491ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9491ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9491ad Color CSS Codes

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

#9491ad Text Font Color

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

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


#9491ad Background Color

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

This div background color is #9491ad


#9491ad Border Color

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

This div border color is #9491ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9491ad


Comments

No comments written yet.

Please login to write comment.