Color Hex Logo

#9650fb Color Hex

#9650FB
(150,80,251)
0 Favorites   0 Comments

Color spaces of #9650fb

RGB 15080251
HSL0.730.960.65
HSV265°68°98°
CMYK 0.400.680.00   0.02
XYZ32.858919.186493.2383
Yxy19.18640.22620.1321
Hunter Lab43.802357.2503-95.5441
CIE-Lab50.904662.5383-74.5691

#9650fb color RGB value is (150,80,251).

#9650fb hex color red value is 150, green value is 80 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9650fb hue: 0.73 , saturation: 0.96 and the lightness value of 9650fb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010000 11111011
Octal 226 120 373
Decimal 150 80 251
Hex 96 50 FB

RGB Percentages of Color #9650fb

%31.19
%16.63
%52.18

CMYK Percentages of Color #9650fb

%40
%68
%0
%2

Triadic Colors of #9650fb

#9650fb #fb9650 #50fb96

Analogous Colors of #9650fb

#9650fb #ec50fb #5060fb

Monochromatic Colors of #9650fb

#9650fb

Complementary Color

#9650fb #b5fb50

#9650fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9650fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9650fb Color CSS Codes

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

#9650fb Text Font Color

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

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


#9650fb Background Color

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

This div background color is #9650fb


#9650fb Border Color

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

This div border color is #9650fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,80,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 #9650fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9650fb


Comments

No comments written yet.

Please login to write comment.