Color Hex Logo

#9365fe Color Hex

#9365FE
(147,101,254)
0 Favorites   0 Comments

Color spaces of #9365fe

RGB 147101254
HSL0.720.990.70
HSV258°60°100°
CMYK 0.420.600.00   0.00
XYZ34.575722.666296.3186
Yxy22.66620.22520.1476
Hunter Lab47.609046.3185-86.6242
CIE-Lab54.726852.0711-70.0478

#9365fe color RGB value is (147,101,254).

#9365fe hex color red value is 147, green value is 101 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9365fe hue: 0.72 , saturation: 0.99 and the lightness value of 9365fe is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01100101 11111110
Octal 223 145 376
Decimal 147 101 254
Hex 93 65 FE

RGB Percentages of Color #9365fe

%29.28
%20.12
%50.60

CMYK Percentages of Color #9365fe

%42
%60
%0
%0

Triadic Colors of #9365fe

#9365fe #fe9365 #65fe93

Analogous Colors of #9365fe

#9365fe #e065fe #6584fe

Monochromatic Colors of #9365fe

#9365fe

Complementary Color

#9365fe #d0fe65

#9365fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9365fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9365fe Color CSS Codes

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

#9365fe Text Font Color

<p style="color:#9365fe">Text here</p>

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


#9365fe Background Color

<div style="background-color:#9365fe">
Div content here</div>

This div background color is #9365fe


#9365fe Border Color

<div style="border:3px solid #9365fe">
Div here</div>

This div border color is #9365fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,101,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9365fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9365fe;
  -webkit-box-shadow: 1px 1px 3px 2px #9365fe;
  box-shadow:         1px 1px 3px 2px #9365fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9365fe

Related Colors


Comments

No comments written yet.

Please login to write comment.