Color Hex Logo

#9350ff Color Hex

#9350FF
(147,80,255)
0 Favorites   0 Comments

Color spaces of #9350ff

RGB 14780255
HSL0.731.000.66
HSV263°69°100°
CMYK 0.420.690.00   0.00
XYZ32.951319.160496.5693
Yxy19.16040.22160.1289
Hunter Lab43.772657.7699-100.1623
CIE-Lab50.874362.9972-76.8565

#9350ff color RGB value is (147,80,255).

#9350ff hex color red value is 147, green value is 80 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9350ff hue: 0.73 , saturation: 1.00 and the lightness value of 9350ff is 0.66.

The process color (four color CMYK) of #9350ff color hex is 0.42, 0.69, 0.00, 0.00. Web safe color of #9350ff is #9966ff. Color #9350ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010000 11111111
Octal 223 120 377
Decimal 147 80 255
Hex 93 50 FF

RGB Percentages of Color #9350ff

%30.50
%16.60
%52.90

CMYK Percentages of Color #9350ff

%42
%69
%0
%0

Triadic Colors of #9350ff

#9350ff #ff9350 #50ff93

Analogous Colors of #9350ff

#9350ff #eb50ff #5065ff

Monochromatic Colors of #9350ff

#9350ff

Complementary Color

#9350ff #bcff50

#9350ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9350ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9350ff Color CSS Codes

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

#9350ff Text Font Color

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

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


#9350ff Background Color

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

This div background color is #9350ff


#9350ff Border Color

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

This div border color is #9350ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9350ff


Comments

No comments written yet.

Please login to write comment.