Color Hex Logo

#9473aa Color Hex

#9473AA
(148,115,170)
0 Favorites   0 Comments

Color spaces of #9473aa

RGB 148115170
HSL0.770.240.56
HSV276°32°67°
CMYK 0.130.320.00   0.33
XYZ25.599221.459640.8231
Yxy21.45960.29130.2442
Hunter Lab46.324517.5723-19.8217
CIE-Lab53.448923.5499-24.4761

#9473aa color RGB value is (148,115,170).

#9473aa hex color red value is 148, green value is 115 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9473aa hue: 0.77 , saturation: 0.24 and the lightness value of 9473aa is 0.56.

The process color (four color CMYK) of #9473aa color hex is 0.13, 0.32, 0.00, 0.33. Web safe color of #9473aa is #996699. Color #9473aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110011 10101010
Octal 224 163 252
Decimal 148 115 170
Hex 94 73 AA

RGB Percentages of Color #9473aa

%34.18
%26.56
%39.26

CMYK Percentages of Color #9473aa

%13
%32
%0
%33

Triadic Colors of #9473aa

#9473aa #aa9473 #73aa94

Analogous Colors of #9473aa

#9473aa #aa73a5 #7973aa

Monochromatic Colors of #9473aa

#9473aa

Complementary Color

#9473aa #89aa73

#9473aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9473aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9473aa Color CSS Codes

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

#9473aa Text Font Color

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

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


#9473aa Background Color

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

This div background color is #9473aa


#9473aa Border Color

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

This div border color is #9473aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9473aa


Comments

No comments written yet.

Please login to write comment.