Color Hex Logo

#d856df Color Hex

#D856DF
(216,86,223)
0 Favorites   0 Comments

Color spaces of #d856df

RGB 21686223
HSL0.820.680.61
HSV297°61°87°
CMYK 0.030.610.00   0.13
XYZ44.966026.582272.5729
Yxy26.58220.31200.1844
Hunter Lab51.557965.4515-47.3660
CIE-Lab58.585668.1101-46.1076

#d856df color RGB value is (216,86,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010110 11011111
Octal 330 126 337
Decimal 216 86 223
Hex D8 56 DF

RGB Percentages of Color #d856df

%41.14
%16.38
%42.48

CMYK Percentages of Color #d856df

%3
%61
%0
%13

Triadic Colors of #d856df

#d856df #dfd856 #56dfd8

Analogous Colors of #d856df

#d856df #df56a2 #9456df

Monochromatic Colors of #d856df

#d856df

Complementary Color

#d856df #5ddf56

#d856df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d856df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d856df Color CSS Codes

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

#d856df Text Font Color

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

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


#d856df Background Color

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

This div background color is #d856df


#d856df Border Color

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

This div border color is #d856df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d856df


Comments

No comments written yet.

Please login to write comment.