Color Hex Logo

#9965db Color Hex

#9965DB
(153,101,219)
0 Favorites   0 Comments

Color spaces of #9965db

RGB 153101219
HSL0.740.620.63
HSV266°54°86°
CMYK 0.300.540.00   0.14
XYZ30.576721.194169.4971
Yxy21.19410.25210.1748
Hunter Lab46.037137.9906-57.2777
CIE-Lab53.161344.4911-52.9560

#9965db color RGB value is (153,101,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100101 11011011
Octal 231 145 333
Decimal 153 101 219
Hex 99 65 DB

RGB Percentages of Color #9965db

%32.35
%21.35
%46.30

CMYK Percentages of Color #9965db

%30
%54
%0
%14

Triadic Colors of #9965db

#9965db #db9965 #65db99

Analogous Colors of #9965db

#9965db #d465db #656cdb

Monochromatic Colors of #9965db

#9965db

Complementary Color

#9965db #a7db65

#9965db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9965db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9965db Color CSS Codes

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

#9965db Text Font Color

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

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


#9965db Background Color

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

This div background color is #9965db


#9965db Border Color

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

This div border color is #9965db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9965db


Comments

No comments written yet.

Please login to write comment.