Color Hex Logo

#9492aa Color Hex

#9492AA
(148,146,170)
0 Favorites   0 Comments

Color spaces of #9492aa

RGB 148146170
HSL0.680.120.62
HSV245°14°67°
CMYK 0.130.140.00   0.33
XYZ29.747329.755942.2058
Yxy29.75590.29250.2926
Hunter Lab54.54901.8811-7.6898
CIE-Lab61.44305.6677-12.3032

#9492aa color RGB value is (148,146,170).

#9492aa hex color red value is 148, green value is 146 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9492aa hue: 0.68 , saturation: 0.12 and the lightness value of 9492aa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10010010 10101010
Octal 224 222 252
Decimal 148 146 170
Hex 94 92 AA

RGB Percentages of Color #9492aa

%31.90
%31.47
%36.64

CMYK Percentages of Color #9492aa

%13
%14
%0
%33

Triadic Colors of #9492aa

#9492aa #aa9492 #92aa94

Analogous Colors of #9492aa

#9492aa #a092aa #929caa

Monochromatic Colors of #9492aa

#9492aa

Complementary Color

#9492aa #a8aa92

#9492aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9492aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9492aa Color CSS Codes

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

#9492aa Text Font Color

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

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


#9492aa Background Color

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

This div background color is #9492aa


#9492aa Border Color

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

This div border color is #9492aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9492aa


Comments

No comments written yet.

Please login to write comment.