Color Hex Logo

#d960db Color Hex

#D960DB
(217,96,219)
0 Favorites   0 Comments

Color spaces of #d960db

RGB 21796219
HSL0.830.630.62
HSV299°56°86°
CMYK 0.010.560.00   0.14
XYZ45.584328.231970.0646
Yxy28.23190.31680.1962
Hunter Lab53.133760.1542-40.9890
CIE-Lab60.097763.3701-41.4642

#d960db color RGB value is (217,96,219).

#d960db hex color red value is 217, green value is 96 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d960db hue: 0.83 , saturation: 0.63 and the lightness value of d960db is 0.62.

The process color (four color CMYK) of #d960db color hex is 0.01, 0.56, 0.00, 0.14. Web safe color of #d960db is #cc66cc. Color #d960db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100000 11011011
Octal 331 140 333
Decimal 217 96 219
Hex D9 60 DB

RGB Percentages of Color #d960db

%40.79
%18.05
%41.17

CMYK Percentages of Color #d960db

%1
%56
%0
%14

Triadic Colors of #d960db

#d960db #dbd960 #60dbd9

Analogous Colors of #d960db

#d960db #db60a0 #9c60db

Monochromatic Colors of #d960db

#d960db

Complementary Color

#d960db #62db60

#d960db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d960db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d960db Color CSS Codes

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

#d960db Text Font Color

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

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


#d960db Background Color

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

This div background color is #d960db


#d960db Border Color

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

This div border color is #d960db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,96,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d960db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d960db;
  -webkit-box-shadow: 1px 1px 3px 2px #d960db;
  box-shadow:         1px 1px 3px 2px #d960db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,96,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 #d960db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d960db


Comments

No comments written yet.

Please login to write comment.