Color Hex Logo

#9910db Color Hex

#9910DB
(153,16,219)
0 Favorites   0 Comments

Color spaces of #9910db

RGB 15316219
HSL0.780.860.46
HSV280°93°86°
CMYK 0.300.930.00   0.14
XYZ26.108312.257468.0077
Yxy12.25740.24540.1152
Hunter Lab35.010671.8436-90.6629
CIE-Lab41.622376.6529-71.6118

#9910db color RGB value is (153,16,219).

#9910db hex color red value is 153, green value is 16 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9910db hue: 0.78 , saturation: 0.86 and the lightness value of 9910db is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010000 11011011
Octal 231 20 333
Decimal 153 16 219
Hex 99 10 DB

RGB Percentages of Color #9910db

%39.43
%4.12
%56.44

CMYK Percentages of Color #9910db

%30
%93
%0
%14

Triadic Colors of #9910db

#9910db #db9910 #10db99

Analogous Colors of #9910db

#9910db #db10b8 #3410db

Monochromatic Colors of #9910db

#9910db

Complementary Color

#9910db #52db10

#9910db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9910db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9910db Color CSS Codes

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

#9910db Text Font Color

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

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


#9910db Background Color

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

This div background color is #9910db


#9910db Border Color

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

This div border color is #9910db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9910db


Comments

No comments written yet.

Please login to write comment.