Color Hex Logo

#d866dc Color Hex

#D866DC
(216,102,220)
0 Favorites   0 Comments

Color spaces of #d866dc

RGB 216102220
HSL0.830.630.63
HSV298°54°86°
CMYK 0.020.540.00   0.14
XYZ45.988529.269070.9358
Yxy29.26900.31460.2002
Hunter Lab54.100857.0578-39.8691
CIE-Lab61.018360.5552-40.5896

#d866dc color RGB value is (216,102,220).

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

The process color (four color CMYK) of #d866dc color hex is 0.02, 0.54, 0.00, 0.14. Web safe color of #d866dc is #cc66cc. Color #d866dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100110 11011100
Octal 330 146 334
Decimal 216 102 220
Hex D8 66 DC

RGB Percentages of Color #d866dc

%40.15
%18.96
%40.89

CMYK Percentages of Color #d866dc

%2
%54
%0
%14

Triadic Colors of #d866dc

#d866dc #dcd866 #66dcd8

Analogous Colors of #d866dc

#d866dc #dc66a5 #9d66dc

Monochromatic Colors of #d866dc

#d866dc

Complementary Color

#d866dc #6adc66

#d866dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d866dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d866dc Color CSS Codes

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

#d866dc Text Font Color

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

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


#d866dc Background Color

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

This div background color is #d866dc


#d866dc Border Color

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

This div border color is #d866dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,102,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d866dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d866dc


Comments

No comments written yet.

Please login to write comment.