Color Hex Logo

#9290ad Color Hex

#9290AD
(146,144,173)
0 Favorites   0 Comments

Color spaces of #9290ad

RGB 146144173
HSL0.680.150.62
HSV244°17°68°
CMYK 0.160.170.00   0.32
XYZ29.370129.074643.5992
Yxy29.07460.28780.2849
Hunter Lab53.92092.8655-10.1960
CIE-Lab60.84746.7941-14.9176

#9290ad color RGB value is (146,144,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10010000 10101101
Octal 222 220 255
Decimal 146 144 173
Hex 92 90 AD

RGB Percentages of Color #9290ad

%31.53
%31.10
%37.37

CMYK Percentages of Color #9290ad

%16
%17
%0
%32

Triadic Colors of #9290ad

#9290ad #ad9290 #90ad92

Analogous Colors of #9290ad

#9290ad #a190ad #909dad

Monochromatic Colors of #9290ad

#9290ad

Complementary Color

#9290ad #abad90

#9290ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9290ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9290ad Color CSS Codes

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

#9290ad Text Font Color

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

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


#9290ad Background Color

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

This div background color is #9290ad


#9290ad Border Color

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

This div border color is #9290ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9290ad


Comments

No comments written yet.

Please login to write comment.