Color Hex Logo

#9644db Color Hex

#9644DB
(150,68,219)
0 Favorites   0 Comments

Color spaces of #9644db

RGB 15068219
HSL0.760.680.56
HSV273°69°86°
CMYK 0.320.690.00   0.14
XYZ27.431015.732768.6088
Yxy15.73270.24540.1408
Hunter Lab39.664554.0335-74.7905
CIE-Lab46.621860.5019-63.4941

#9644db color RGB value is (150,68,219).

#9644db hex color red value is 150, green value is 68 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9644db hue: 0.76 , saturation: 0.68 and the lightness value of 9644db is 0.56.

The process color (four color CMYK) of #9644db color hex is 0.32, 0.69, 0.00, 0.14. Web safe color of #9644db is #9933cc. Color #9644db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000100 11011011
Octal 226 104 333
Decimal 150 68 219
Hex 96 44 DB

RGB Percentages of Color #9644db

%34.32
%15.56
%50.11

CMYK Percentages of Color #9644db

%32
%69
%0
%14

Triadic Colors of #9644db

#9644db #db9644 #44db96

Analogous Colors of #9644db

#9644db #db44d5 #4a44db

Monochromatic Colors of #9644db

#9644db

Complementary Color

#9644db #89db44

#9644db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9644db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9644db Color CSS Codes

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

#9644db Text Font Color

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

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


#9644db Background Color

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

This div background color is #9644db


#9644db Border Color

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

This div border color is #9644db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9644db


Comments

No comments written yet.

Please login to write comment.