color codes Logo

#d663db color codes

#D663DB
(214,99,219)
0 Favorites   0 Comments

Color spaces of #d663db

RGB 21499219
HSL0.830.630.62
HSV298°55°86°
CMYK 0.020.550.00   0.14
XYZ44.979628.334370.1162
Yxy28.33430.31360.1975
Hunter Lab53.230057.6810-40.8377
CIE-Lab60.189661.2357-41.3481

#d663db color RGB value is (214,99,219).

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

The process color (four color CMYK) of #d663db color code is 0.02, 0.55, 0.00, 0.14. Web safe color of #d663db is #cc66cc. Color #d663db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100011 11011011
Octal 326 143 333
Decimal 214 99 219
Hex D6 63 DB

RGB Percentages of Color #d663db

%40.23
%18.61
%41.17

CMYK Percentages of Color #d663db

%2
%55
%0
%14

Triadic Colors of #d663db

#d663db #dbd663 #63dbd6

Analogous Colors of #d663db

#d663db #db63a4 #9a63db

Monochromatic Colors of #d663db

#d663db

Complementary Color

#d663db #68db63

#d663db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d663db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d663db Color CSS Codes

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

#d663db Text Font Color

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

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


#d663db Background Color

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

This div background color is #d663db


#d663db Border Color

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

This div border color is #d663db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d663db


Comments

No comments written yet.

Please login to write comment.