Color Hex Logo

#9352aa Color Hex

#9352AA
(147,82,170)
0 Favorites   0 Comments

Color spaces of #9352aa

RGB 14782170
HSL0.790.350.49
HSV284°52°67°
CMYK 0.140.520.00   0.33
XYZ22.305615.139939.7769
Yxy15.13990.28880.1961
Hunter Lab38.910034.2345-33.3739
CIE-Lab45.825241.9220-36.3777

#9352aa color RGB value is (147,82,170).

#9352aa hex color red value is 147, green value is 82 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9352aa hue: 0.79 , saturation: 0.35 and the lightness value of 9352aa is 0.49.

The process color (four color CMYK) of #9352aa color hex is 0.14, 0.52, 0.00, 0.33. Web safe color of #9352aa is #996699. Color #9352aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010010 10101010
Octal 223 122 252
Decimal 147 82 170
Hex 93 52 AA

RGB Percentages of Color #9352aa

%36.84
%20.55
%42.61

CMYK Percentages of Color #9352aa

%14
%52
%0
%33

Triadic Colors of #9352aa

#9352aa #aa9352 #52aa93

Analogous Colors of #9352aa

#9352aa #aa5295 #6752aa

Monochromatic Colors of #9352aa

#9352aa

Complementary Color

#9352aa #69aa52

#9352aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9352aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9352aa Color CSS Codes

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

#9352aa Text Font Color

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

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


#9352aa Background Color

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

This div background color is #9352aa


#9352aa Border Color

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

This div border color is #9352aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9352aa


Comments

No comments written yet.

Please login to write comment.