Color Hex Logo

#d956db Color Hex

#D956DB
(217,86,219)
0 Favorites   0 Comments

Color spaces of #d956db

RGB 21786219
HSL0.830.650.60
HSV299°61°86°
CMYK 0.010.610.00   0.14
XYZ44.729226.521869.7796
Yxy26.52180.31720.1881
Hunter Lab51.499364.9105-44.2861
CIE-Lab58.529167.6686-43.9343

#d956db color RGB value is (217,86,219).

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

The process color (four color CMYK) of #d956db color hex is 0.01, 0.61, 0.00, 0.14. Web safe color of #d956db is #cc66cc. Color #d956db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010110 11011011
Octal 331 126 333
Decimal 217 86 219
Hex D9 56 DB

RGB Percentages of Color #d956db

%41.57
%16.48
%41.95

CMYK Percentages of Color #d956db

%1
%61
%0
%14

Triadic Colors of #d956db

#d956db #dbd956 #56dbd9

Analogous Colors of #d956db

#d956db #db569b #9756db

Monochromatic Colors of #d956db

#d956db

Complementary Color

#d956db #58db56

#d956db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d956db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d956db Color CSS Codes

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

#d956db Text Font Color

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

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


#d956db Background Color

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

This div background color is #d956db


#d956db Border Color

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

This div border color is #d956db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d956db


Comments

No comments written yet.

Please login to write comment.