Color Hex Logo

#9966db Color Hex

#9966DB
(153,102,219)
0 Favorites   0 Comments

Color spaces of #9966db

RGB 153102219
HSL0.740.620.63
HSV266°53°86°
CMYK 0.300.530.00   0.14
XYZ30.674421.389569.5297
Yxy21.38950.25230.1759
Hunter Lab46.248837.4543-56.7615
CIE-Lab53.373243.9423-52.6176

#9966db color RGB value is (153,102,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100110 11011011
Octal 231 146 333
Decimal 153 102 219
Hex 99 66 DB

RGB Percentages of Color #9966db

%32.28
%21.52
%46.20

CMYK Percentages of Color #9966db

%30
%53
%0
%14

Triadic Colors of #9966db

#9966db #db9966 #66db99

Analogous Colors of #9966db

#9966db #d466db #666edb

Monochromatic Colors of #9966db

#9966db

Complementary Color

#9966db #a8db66

#9966db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9966db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9966db Color CSS Codes

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

#9966db Text Font Color

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

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


#9966db Background Color

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

This div background color is #9966db


#9966db Border Color

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

This div border color is #9966db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,102,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 #9966db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9966db


Comments

No comments written yet.

Please login to write comment.