Color Hex Logo

#d866db Color Hex

#D866DB
(216,102,219)
0 Favorites   0 Comments

Color spaces of #d866db

RGB 216102219
HSL0.830.620.63
HSV298°53°86°
CMYK 0.010.530.00   0.14
XYZ45.856529.216170.2402
Yxy29.21610.31560.2011
Hunter Lab54.051956.8447-39.2107
CIE-Lab60.971960.3794-40.1011

#d866db color RGB value is (216,102,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100110 11011011
Octal 330 146 333
Decimal 216 102 219
Hex D8 66 DB

RGB Percentages of Color #d866db

%40.22
%18.99
%40.78

CMYK Percentages of Color #d866db

%1
%53
%0
%14

Triadic Colors of #d866db

#d866db #dbd866 #66dbd8

Analogous Colors of #d866db

#d866db #db66a4 #9e66db

Monochromatic Colors of #d866db

#d866db

Complementary Color

#d866db #69db66

#d866db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d866db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d866db Color CSS Codes

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

#d866db Text Font Color

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

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


#d866db Background Color

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

This div background color is #d866db


#d866db Border Color

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

This div border color is #d866db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d866db


Comments

No comments written yet.

Please login to write comment.