Color Hex Logo

#9358fa Color Hex

#9358FA
(147,88,250)
0 Favorites   0 Comments

Color spaces of #9358fa

RGB 14788250
HSL0.730.940.66
HSV262°65°98°
CMYK 0.410.650.00   0.02
XYZ32.777720.084692.5916
Yxy20.08460.22530.1381
Hunter Lab44.815852.1247-91.1248
CIE-Lab51.932757.8173-72.3563

#9358fa color RGB value is (147,88,250).

#9358fa hex color red value is 147, green value is 88 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9358fa hue: 0.73 , saturation: 0.94 and the lightness value of 9358fa is 0.66.

The process color (four color CMYK) of #9358fa color hex is 0.41, 0.65, 0.00, 0.02. Web safe color of #9358fa is #9966ff. Color #9358fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011000 11111010
Octal 223 130 372
Decimal 147 88 250
Hex 93 58 FA

RGB Percentages of Color #9358fa

%30.31
%18.14
%51.55

CMYK Percentages of Color #9358fa

%41
%65
%0
%2

Triadic Colors of #9358fa

#9358fa #fa9358 #58fa93

Analogous Colors of #9358fa

#9358fa #e458fa #586efa

Monochromatic Colors of #9358fa

#9358fa

Complementary Color

#9358fa #bffa58

#9358fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9358fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9358fa Color CSS Codes

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

#9358fa Text Font Color

<p style="color:#9358fa">Text here</p>

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


#9358fa Background Color

<div style="background-color:#9358fa">
Div content here</div>

This div background color is #9358fa


#9358fa Border Color

<div style="border:3px solid #9358fa">
Div here</div>

This div border color is #9358fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,88,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9358fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9358fa;
  -webkit-box-shadow: 1px 1px 3px 2px #9358fa;
  box-shadow:         1px 1px 3px 2px #9358fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9358fa


Comments

No comments written yet.

Please login to write comment.