Color Hex Logo

#9365fb Color Hex

#9365FB
(147,101,251)
0 Favorites   0 Comments

Color spaces of #9365fb

RGB 147101251
HSL0.720.950.69
HSV258°60°98°
CMYK 0.410.600.00   0.02
XYZ34.098922.475493.8078
Yxy22.47540.22670.1495
Hunter Lab47.408245.4237-84.1328
CIE-Lab54.527851.2807-68.7080

#9365fb color RGB value is (147,101,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01100101 11111011
Octal 223 145 373
Decimal 147 101 251
Hex 93 65 FB

RGB Percentages of Color #9365fb

%29.46
%20.24
%50.30

CMYK Percentages of Color #9365fb

%41
%60
%0
%2

Triadic Colors of #9365fb

#9365fb #fb9365 #65fb93

Analogous Colors of #9365fb

#9365fb #de65fb #6582fb

Monochromatic Colors of #9365fb

#9365fb

Complementary Color

#9365fb #cdfb65

#9365fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9365fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9365fb Color CSS Codes

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

#9365fb Text Font Color

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

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


#9365fb Background Color

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

This div background color is #9365fb


#9365fb Border Color

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

This div border color is #9365fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9365fb

Related Colors


Comments

No comments written yet.

Please login to write comment.