Color Hex Logo

#9190aa Color Hex

#9190AA
(145,144,170)
0 Favorites   0 Comments

Color spaces of #9190aa

RGB 145144170
HSL0.670.130.62
HSV242°15°67°
CMYK 0.150.150.00   0.33
XYZ28.906028.868542.0789
Yxy28.86850.28950.2891
Hunter Lab53.72942.0051-8.8232
CIE-Lab60.66545.7887-13.4977

#9190aa color RGB value is (145,144,170).

#9190aa hex color red value is 145, green value is 144 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9190aa hue: 0.67 , saturation: 0.13 and the lightness value of 9190aa is 0.62.

The process color (four color CMYK) of #9190aa color hex is 0.15, 0.15, 0.00, 0.33. Web safe color of #9190aa is #999999. Color #9190aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10010000 10101010
Octal 221 220 252
Decimal 145 144 170
Hex 91 90 AA

RGB Percentages of Color #9190aa

%31.59
%31.37
%37.04

CMYK Percentages of Color #9190aa

%15
%15
%0
%33

Triadic Colors of #9190aa

#9190aa #aa9190 #90aa91

Analogous Colors of #9190aa

#9190aa #9e90aa #909caa

Monochromatic Colors of #9190aa

#9190aa

Complementary Color

#9190aa #a9aa90

#9190aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9190aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9190aa Color CSS Codes

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

#9190aa Text Font Color

<p style="color:#9190aa">Text here</p>

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


#9190aa Background Color

<div style="background-color:#9190aa">
Div content here</div>

This div background color is #9190aa


#9190aa Border Color

<div style="border:3px solid #9190aa">
Div here</div>

This div border color is #9190aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,144,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9190aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9190aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9190aa;
  box-shadow:         1px 1px 3px 2px #9190aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,144,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9190aa


Comments

No comments written yet.

Please login to write comment.