Color Hex Logo

#d96ddf Color Hex

#D96DDF
(217,109,223)
0 Favorites   0 Comments

Color spaces of #d96ddf

RGB 217109223
HSL0.820.640.65
HSV297°51°87°
CMYK 0.030.510.00   0.13
XYZ47.403231.016773.3004
Yxy31.01670.31240.2044
Hunter Lab55.692654.4695-39.0503
CIE-Lab62.521758.0594-39.9030

#d96ddf color RGB value is (217,109,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101101 11011111
Octal 331 155 337
Decimal 217 109 223
Hex D9 6D DF

RGB Percentages of Color #d96ddf

%39.53
%19.85
%40.62

CMYK Percentages of Color #d96ddf

%3
%51
%0
%13

Triadic Colors of #d96ddf

#d96ddf #dfd96d #6ddfd9

Analogous Colors of #d96ddf

#d96ddf #df6dac #a06ddf

Monochromatic Colors of #d96ddf

#d96ddf

Complementary Color

#d96ddf #73df6d

#d96ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96ddf Color CSS Codes

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

#d96ddf Text Font Color

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

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


#d96ddf Background Color

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

This div background color is #d96ddf


#d96ddf Border Color

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

This div border color is #d96ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96ddf


Comments

No comments written yet.

Please login to write comment.