Color Hex Logo

#9326eb Color Hex

#9326EB
(147,38,235)
0 Favorites   0 Comments

Color spaces of #9326eb

RGB 14738235
HSL0.760.830.54
HSV273°84°92°
CMYK 0.370.840.00   0.08
XYZ27.721113.587479.7588
Yxy13.58740.22900.1122
Hunter Lab36.861169.7326-102.4870
CIE-Lab43.635374.5356-77.4696

#9326eb color RGB value is (147,38,235).

#9326eb hex color red value is 147, green value is 38 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9326eb hue: 0.76 , saturation: 0.83 and the lightness value of 9326eb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 00100110 11101011
Octal 223 46 353
Decimal 147 38 235
Hex 93 26 EB

RGB Percentages of Color #9326eb

%35.00
%9.05
%55.95

CMYK Percentages of Color #9326eb

%37
%84
%0
%8

Triadic Colors of #9326eb

#9326eb #eb9326 #26eb93

Analogous Colors of #9326eb

#9326eb #eb26e1 #3026eb

Monochromatic Colors of #9326eb

#9326eb

Complementary Color

#9326eb #7eeb26

#9326eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9326eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9326eb Color CSS Codes

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

#9326eb Text Font Color

<p style="color:#9326eb">Text here</p>

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


#9326eb Background Color

<div style="background-color:#9326eb">
Div content here</div>

This div background color is #9326eb


#9326eb Border Color

<div style="border:3px solid #9326eb">
Div here</div>

This div border color is #9326eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,38,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9326eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9326eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9326eb;
  box-shadow:         1px 1px 3px 2px #9326eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9326eb


Comments

No comments written yet.

Please login to write comment.