Color Hex Logo

#9350ea Color Hex

#9350EA
(147,80,234)
0 Favorites   0 Comments

Color spaces of #9350ea

RGB 14780234
HSL0.740.790.62
HSV266°66°92°
CMYK 0.370.660.00   0.08
XYZ29.752617.880979.7251
Yxy17.88090.23360.1404
Hunter Lab42.285851.5937-82.1845
CIE-Lab49.351357.8073-67.5890

#9350ea color RGB value is (147,80,234).

#9350ea hex color red value is 147, green value is 80 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9350ea hue: 0.74 , saturation: 0.79 and the lightness value of 9350ea is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010000 11101010
Octal 223 120 352
Decimal 147 80 234
Hex 93 50 EA

RGB Percentages of Color #9350ea

%31.89
%17.35
%50.76

CMYK Percentages of Color #9350ea

%37
%66
%0
%8

Triadic Colors of #9350ea

#9350ea #ea9350 #50ea93

Analogous Colors of #9350ea

#9350ea #e050ea #505aea

Monochromatic Colors of #9350ea

#9350ea

Complementary Color

#9350ea #a7ea50

#9350ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9350ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9350ea Color CSS Codes

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

#9350ea Text Font Color

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

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


#9350ea Background Color

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

This div background color is #9350ea


#9350ea Border Color

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

This div border color is #9350ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9350ea


Comments

No comments written yet.

Please login to write comment.