Color Hex Logo

#d956dd Color Hex

#D956DD
(217,86,221)
0 Favorites   0 Comments

Color spaces of #d956dd

RGB 21786221
HSL0.830.670.60
HSV298°61°87°
CMYK 0.020.610.00   0.13
XYZ44.994226.627771.1748
Yxy26.62770.31510.1865
Hunter Lab51.602065.3388-45.6574
CIE-Lab58.628168.0082-44.9051

#d956dd color RGB value is (217,86,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010110 11011101
Octal 331 126 335
Decimal 217 86 221
Hex D9 56 DD

RGB Percentages of Color #d956dd

%41.41
%16.41
%42.18

CMYK Percentages of Color #d956dd

%2
%61
%0
%13

Triadic Colors of #d956dd

#d956dd #ddd956 #56ddd9

Analogous Colors of #d956dd

#d956dd #dd569e #9656dd

Monochromatic Colors of #d956dd

#d956dd

Complementary Color

#d956dd #5add56

#d956dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d956dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d956dd Color CSS Codes

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

#d956dd Text Font Color

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

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


#d956dd Background Color

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

This div background color is #d956dd


#d956dd Border Color

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

This div border color is #d956dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d956dd


Comments

No comments written yet.

Please login to write comment.