Color Hex Logo

#9363eb Color Hex

#9363EB
(147,99,235)
0 Favorites   0 Comments

Color spaces of #9363eb

RGB 14799235
HSL0.730.770.65
HSV261°58°92°
CMYK 0.370.580.00   0.08
XYZ31.489921.124981.0151
Yxy21.12490.23570.1581
Hunter Lab45.961841.8628-72.3349
CIE-Lab53.085948.1932-62.1171

#9363eb color RGB value is (147,99,235).

#9363eb hex color red value is 147, green value is 99 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9363eb hue: 0.73 , saturation: 0.77 and the lightness value of 9363eb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01100011 11101011
Octal 223 143 353
Decimal 147 99 235
Hex 93 63 EB

RGB Percentages of Color #9363eb

%30.56
%20.58
%48.86

CMYK Percentages of Color #9363eb

%37
%58
%0
%8

Triadic Colors of #9363eb

#9363eb #eb9363 #63eb93

Analogous Colors of #9363eb

#9363eb #d763eb #6377eb

Monochromatic Colors of #9363eb

#9363eb

Complementary Color

#9363eb #bbeb63

#9363eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9363eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9363eb Color CSS Codes

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

#9363eb Text Font Color

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

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


#9363eb Background Color

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

This div background color is #9363eb


#9363eb Border Color

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

This div border color is #9363eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9363eb


Comments

No comments written yet.

Please login to write comment.