Color Hex Logo

#d963db Color Hex

#D963DB
(217,99,219)
0 Favorites   0 Comments

Color spaces of #d963db

RGB 21799219
HSL0.830.630.62
HSV299°55°86°
CMYK 0.010.550.00   0.14
XYZ45.863328.789970.1576
Yxy28.78990.31670.1988
Hunter Lab53.656258.6766-39.9646
CIE-Lab60.595862.0200-40.6818

#d963db color RGB value is (217,99,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100011 11011011
Octal 331 143 333
Decimal 217 99 219
Hex D9 63 DB

RGB Percentages of Color #d963db

%40.56
%18.50
%40.93

CMYK Percentages of Color #d963db

%1
%55
%0
%14

Triadic Colors of #d963db

#d963db #dbd963 #63dbd9

Analogous Colors of #d963db

#d963db #db63a1 #9d63db

Monochromatic Colors of #d963db

#d963db

Complementary Color

#d963db #65db63

#d963db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d963db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d963db Color CSS Codes

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

#d963db Text Font Color

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

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


#d963db Background Color

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

This div background color is #d963db


#d963db Border Color

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

This div border color is #d963db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d963db


Comments

No comments written yet.

Please login to write comment.