Color Hex Logo

#9328ea Color Hex

#9328EA
(147,40,234)
0 Favorites   0 Comments

Color spaces of #9328ea

RGB 14740234
HSL0.760.820.54
HSV273°83°92°
CMYK 0.370.830.00   0.08
XYZ27.642713.661179.0218
Yxy13.66110.22970.1135
Hunter Lab36.960968.8167-100.8883
CIE-Lab43.742973.7588-76.7270

#9328ea color RGB value is (147,40,234).

#9328ea hex color red value is 147, green value is 40 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9328ea hue: 0.76 , saturation: 0.82 and the lightness value of 9328ea is 0.54.

The process color (four color CMYK) of #9328ea color hex is 0.37, 0.83, 0.00, 0.08. Web safe color of #9328ea is #9933ff. Color #9328ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00101000 11101010
Octal 223 50 352
Decimal 147 40 234
Hex 93 28 EA

RGB Percentages of Color #9328ea

%34.92
%9.50
%55.58

CMYK Percentages of Color #9328ea

%37
%83
%0
%8

Triadic Colors of #9328ea

#9328ea #ea9328 #28ea93

Analogous Colors of #9328ea

#9328ea #ea28e0 #3228ea

Monochromatic Colors of #9328ea

#9328ea

Complementary Color

#9328ea #7fea28

#9328ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9328ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9328ea Color CSS Codes

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

#9328ea Text Font Color

<p style="color:#9328ea">Text here</p>

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


#9328ea Background Color

<div style="background-color:#9328ea">
Div content here</div>

This div background color is #9328ea


#9328ea Border Color

<div style="border:3px solid #9328ea">
Div here</div>

This div border color is #9328ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,40,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9328ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9328ea;
  -webkit-box-shadow: 1px 1px 3px 2px #9328ea;
  box-shadow:         1px 1px 3px 2px #9328ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,40,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9328ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9328ea


Comments

No comments written yet.

Please login to write comment.