Color Hex Logo

#9660db Color Hex

#9660DB
(150,96,219)
0 Favorites   0 Comments

Color spaces of #9660db

RGB 15096219
HSL0.740.630.62
HSV266°56°86°
CMYK 0.320.560.00   0.14
XYZ29.546719.964269.3140
Yxy19.96420.24870.1680
Hunter Lab44.681339.8455-60.6995
CIE-Lab51.796746.4819-55.1574

#9660db color RGB value is (150,96,219).

#9660db hex color red value is 150, green value is 96 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9660db hue: 0.74 , saturation: 0.63 and the lightness value of 9660db is 0.62.

The process color (four color CMYK) of #9660db color hex is 0.32, 0.56, 0.00, 0.14. Web safe color of #9660db is #9966cc. Color #9660db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100000 11011011
Octal 226 140 333
Decimal 150 96 219
Hex 96 60 DB

RGB Percentages of Color #9660db

%32.26
%20.65
%47.10

CMYK Percentages of Color #9660db

%32
%56
%0
%14

Triadic Colors of #9660db

#9660db #db9660 #60db96

Analogous Colors of #9660db

#9660db #d460db #6068db

Monochromatic Colors of #9660db

#9660db

Complementary Color

#9660db #a5db60

#9660db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9660db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9660db Color CSS Codes

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

#9660db Text Font Color

<p style="color:#9660db">Text here</p>

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


#9660db Background Color

<div style="background-color:#9660db">
Div content here</div>

This div background color is #9660db


#9660db Border Color

<div style="border:3px solid #9660db">
Div here</div>

This div border color is #9660db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,96,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9660db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9660db;
  -webkit-box-shadow: 1px 1px 3px 2px #9660db;
  box-shadow:         1px 1px 3px 2px #9660db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9660db


Comments

No comments written yet.

Please login to write comment.