Color Hex Logo

#9967db Color Hex

#9967DB
(153,103,219)
0 Favorites   0 Comments

Color spaces of #9967db

RGB 153103219
HSL0.740.620.63
HSV266°53°86°
CMYK 0.300.530.00   0.14
XYZ30.773321.587369.5627
Yxy21.58730.25240.1771
Hunter Lab46.462136.9173-56.2450
CIE-Lab53.586443.3916-52.2773

#9967db color RGB value is (153,103,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100111 11011011
Octal 231 147 333
Decimal 153 103 219
Hex 99 67 DB

RGB Percentages of Color #9967db

%32.21
%21.68
%46.11

CMYK Percentages of Color #9967db

%30
%53
%0
%14

Triadic Colors of #9967db

#9967db #db9967 #67db99

Analogous Colors of #9967db

#9967db #d367db #676fdb

Monochromatic Colors of #9967db

#9967db

Complementary Color

#9967db #a9db67

#9967db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9967db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9967db Color CSS Codes

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

#9967db Text Font Color

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

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


#9967db Background Color

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

This div background color is #9967db


#9967db Border Color

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

This div border color is #9967db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9967db


Comments

No comments written yet.

Please login to write comment.