Color Hex Logo

#9350df Color Hex

#9350DF
(147,80,223)
0 Favorites   0 Comments

Color spaces of #9350df

RGB 14780223
HSL0.740.690.59
HSV268°64°87°
CMYK 0.340.640.00   0.13
XYZ28.220617.268171.6577
Yxy17.26810.24090.1474
Hunter Lab41.554948.5011-73.1518
CIE-Lab48.596155.1327-62.5934

#9350df color RGB value is (147,80,223).

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

The process color (four color CMYK) of #9350df color hex is 0.34, 0.64, 0.00, 0.13. Web safe color of #9350df is #9966cc. Color #9350df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010000 11011111
Octal 223 120 337
Decimal 147 80 223
Hex 93 50 DF

RGB Percentages of Color #9350df

%32.67
%17.78
%49.56

CMYK Percentages of Color #9350df

%34
%64
%0
%13

Triadic Colors of #9350df

#9350df #df9350 #50df93

Analogous Colors of #9350df

#9350df #db50df #5054df

Monochromatic Colors of #9350df

#9350df

Complementary Color

#9350df #9cdf50

#9350df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9350df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9350df Color CSS Codes

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

#9350df Text Font Color

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

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


#9350df Background Color

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

This div background color is #9350df


#9350df Border Color

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

This div border color is #9350df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9350df


Comments

No comments written yet.

Please login to write comment.