Color Hex Logo

#d856dd Color Hex

#D856DD
(216,86,221)
0 Favorites   0 Comments

Color spaces of #d856dd

RGB 21686221
HSL0.830.670.60
HSV298°61°87°
CMYK 0.020.610.00   0.13
XYZ44.697826.475071.1610
Yxy26.47500.31400.1860
Hunter Lab51.453965.0181-45.9807
CIE-Lab58.485267.7667-45.1403

#d856dd color RGB value is (216,86,221).

#d856dd hex color red value is 216, green value is 86 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d856dd hue: 0.83 , saturation: 0.67 and the lightness value of d856dd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010110 11011101
Octal 330 126 335
Decimal 216 86 221
Hex D8 56 DD

RGB Percentages of Color #d856dd

%41.30
%16.44
%42.26

CMYK Percentages of Color #d856dd

%2
%61
%0
%13

Triadic Colors of #d856dd

#d856dd #ddd856 #56ddd8

Analogous Colors of #d856dd

#d856dd #dd569f #9556dd

Monochromatic Colors of #d856dd

#d856dd

Complementary Color

#d856dd #5bdd56

#d856dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d856dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d856dd Color CSS Codes

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

#d856dd Text Font Color

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

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


#d856dd Background Color

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

This div background color is #d856dd


#d856dd Border Color

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

This div border color is #d856dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d856dd


Comments

No comments written yet.

Please login to write comment.