Color Hex Logo

#9340eb Color Hex

#9340EB
(147,64,235)
0 Favorites   0 Comments

Color spaces of #9340eb

RGB 14764235
HSL0.750.810.59
HSV269°73°92°
CMYK 0.370.730.00   0.08
XYZ28.861415.868080.1389
Yxy15.86800.23110.1271
Hunter Lab39.834759.6179-91.3947
CIE-Lab46.800865.3767-72.2978

#9340eb color RGB value is (147,64,235).

#9340eb hex color red value is 147, green value is 64 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9340eb hue: 0.75 , saturation: 0.81 and the lightness value of 9340eb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01000000 11101011
Octal 223 100 353
Decimal 147 64 235
Hex 93 40 EB

RGB Percentages of Color #9340eb

%32.96
%14.35
%52.69

CMYK Percentages of Color #9340eb

%37
%73
%0
%8

Triadic Colors of #9340eb

#9340eb #eb9340 #40eb93

Analogous Colors of #9340eb

#9340eb #e940eb #4043eb

Monochromatic Colors of #9340eb

#9340eb

Complementary Color

#9340eb #98eb40

#9340eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9340eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9340eb Color CSS Codes

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

#9340eb Text Font Color

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

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


#9340eb Background Color

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

This div background color is #9340eb


#9340eb Border Color

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

This div border color is #9340eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9340eb


Comments

No comments written yet.

Please login to write comment.