Color Hex Logo

#9962db Color Hex

#9962DB
(153,98,219)
0 Favorites   0 Comments

Color spaces of #9962db

RGB 15398219
HSL0.740.630.62
HSV267°55°86°
CMYK 0.300.550.00   0.14
XYZ30.290720.622169.4018
Yxy20.62210.25180.1714
Hunter Lab45.411639.5939-58.8239
CIE-Lab52.533446.1259-53.9598

#9962db color RGB value is (153,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100010 11011011
Octal 231 142 333
Decimal 153 98 219
Hex 99 62 DB

RGB Percentages of Color #9962db

%32.55
%20.85
%46.60

CMYK Percentages of Color #9962db

%30
%55
%0
%14

Triadic Colors of #9962db

#9962db #db9962 #62db99

Analogous Colors of #9962db

#9962db #d662db #6268db

Monochromatic Colors of #9962db

#9962db

Complementary Color

#9962db #a4db62

#9962db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9962db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9962db Color CSS Codes

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

#9962db Text Font Color

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

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


#9962db Background Color

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

This div background color is #9962db


#9962db Border Color

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

This div border color is #9962db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9962db


Comments

No comments written yet.

Please login to write comment.