Color Hex Logo

#9650ff Color Hex

#9650FF
(150,80,255)
0 Favorites   0 Comments

Color spaces of #9650ff

RGB 15080255
HSL0.731.000.66
HSV264°69°100°
CMYK 0.410.690.00   0.00
XYZ33.496319.441496.5948
Yxy19.44140.22400.1300
Hunter Lab44.092458.4419-99.0240
CIE-Lab51.199763.5208-76.3125

#9650ff color RGB value is (150,80,255).

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

The process color (four color CMYK) of #9650ff color hex is 0.41, 0.69, 0.00, 0.00. Web safe color of #9650ff is #9966ff. Color #9650ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010000 11111111
Octal 226 120 377
Decimal 150 80 255
Hex 96 50 FF

RGB Percentages of Color #9650ff

%30.93
%16.49
%52.58

CMYK Percentages of Color #9650ff

%41
%69
%0
%0

Triadic Colors of #9650ff

#9650ff #ff9650 #50ff96

Analogous Colors of #9650ff

#9650ff #ee50ff #5062ff

Monochromatic Colors of #9650ff

#9650ff

Complementary Color

#9650ff #b9ff50

#9650ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9650ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9650ff Color CSS Codes

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

#9650ff Text Font Color

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

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


#9650ff Background Color

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

This div background color is #9650ff


#9650ff Border Color

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

This div border color is #9650ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9650ff


Comments

No comments written yet.

Please login to write comment.