Color Hex Logo

#d866df Color Hex

#D866DF
(216,102,223)
0 Favorites   0 Comments

Color spaces of #d866df

RGB 216102223
HSL0.820.650.64
HSV297°54°87°
CMYK 0.030.540.00   0.13
XYZ46.389629.429473.0475
Yxy29.42940.31160.1977
Hunter Lab54.248957.7044-41.8613
CIE-Lab61.158761.0878-42.0511

#d866df color RGB value is (216,102,223).

#d866df hex color red value is 216, green value is 102 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d866df hue: 0.82 , saturation: 0.65 and the lightness value of d866df is 0.64.

The process color (four color CMYK) of #d866df color hex is 0.03, 0.54, 0.00, 0.13. Web safe color of #d866df is #cc66cc. Color #d866df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100110 11011111
Octal 330 146 337
Decimal 216 102 223
Hex D8 66 DF

RGB Percentages of Color #d866df

%39.93
%18.85
%41.22

CMYK Percentages of Color #d866df

%3
%54
%0
%13

Triadic Colors of #d866df

#d866df #dfd866 #66dfd8

Analogous Colors of #d866df

#d866df #df66aa #9c66df

Monochromatic Colors of #d866df

#d866df

Complementary Color

#d866df #6ddf66

#d866df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d866df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d866df Color CSS Codes

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

#d866df Text Font Color

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

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


#d866df Background Color

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

This div background color is #d866df


#d866df Border Color

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

This div border color is #d866df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d866df


Comments

No comments written yet.

Please login to write comment.