Color Hex Logo

#9300aa Color Hex

#9300AA
(147,0,170)
0 Favorites   0 Comments

Color spaces of #9300aa

RGB 1470170
HSL0.811.000.33
HSV292°100°67°
CMYK 0.141.000.00   0.33
XYZ19.28839.105338.7711
Yxy9.10530.28720.1356
Hunter Lab30.175061.2936-55.0578
CIE-Lab36.186268.8841-51.7812

#9300aa color RGB value is (147,0,170).

#9300aa hex color red value is 147, green value is 0 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9300aa hue: 0.81 , saturation: 1.00 and the lightness value of 9300aa is 0.33.

The process color (four color CMYK) of #9300aa color hex is 0.14, 1.00, 0.00, 0.33. Web safe color of #9300aa is #990099. Color #9300aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00000000 10101010
Octal 223 0 252
Decimal 147 0 170
Hex 93 0 AA

RGB Percentages of Color #9300aa

%46.37
%0.00
%53.63

CMYK Percentages of Color #9300aa

%14
%100
%0
%33

Triadic Colors of #9300aa

#9300aa #aa9300 #00aa93

Analogous Colors of #9300aa

#9300aa #aa006c #3e00aa

Monochromatic Colors of #9300aa

#9300aa

Complementary Color

#9300aa #17aa00

#9300aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9300aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9300aa Color CSS Codes

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

#9300aa Text Font Color

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

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


#9300aa Background Color

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

This div background color is #9300aa


#9300aa Border Color

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

This div border color is #9300aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9300aa


Comments

No comments written yet.

Please login to write comment.