Color Hex Logo

#9358aa Color Hex

#9358AA
(147,88,170)
0 Favorites   0 Comments

Color spaces of #9358aa

RGB 14788170
HSL0.790.330.51
HSV283°48°67°
CMYK 0.140.480.00   0.33
XYZ22.778016.084839.9343
Yxy16.08480.28910.2041
Hunter Lab40.105931.1933-30.9623
CIE-Lab47.085538.6516-34.3930

#9358aa color RGB value is (147,88,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011000 10101010
Octal 223 130 252
Decimal 147 88 170
Hex 93 58 AA

RGB Percentages of Color #9358aa

%36.30
%21.73
%41.98

CMYK Percentages of Color #9358aa

%14
%48
%0
%33

Triadic Colors of #9358aa

#9358aa #aa9358 #58aa93

Analogous Colors of #9358aa

#9358aa #aa5898 #6a58aa

Monochromatic Colors of #9358aa

#9358aa

Complementary Color

#9358aa #6faa58

#9358aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9358aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9358aa Color CSS Codes

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

#9358aa Text Font Color

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

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


#9358aa Background Color

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

This div background color is #9358aa


#9358aa Border Color

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

This div border color is #9358aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9358aa


Comments

No comments written yet.

Please login to write comment.