Color Hex Logo

#d96ddc Color Hex

#D96DDC
(217,109,220)
0 Favorites   0 Comments

Color spaces of #d96ddc

RGB 217109220
HSL0.830.610.65
HSV298°50°86°
CMYK 0.010.500.00   0.14
XYZ47.002230.856371.1887
Yxy30.85630.31540.2070
Hunter Lab55.548453.8276-37.0998
CIE-Lab62.386157.5226-38.4371

#d96ddc color RGB value is (217,109,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101101 11011100
Octal 331 155 334
Decimal 217 109 220
Hex D9 6D DC

RGB Percentages of Color #d96ddc

%39.74
%19.96
%40.29

CMYK Percentages of Color #d96ddc

%1
%50
%0
%14

Triadic Colors of #d96ddc

#d96ddc #dcd96d #6ddcd9

Analogous Colors of #d96ddc

#d96ddc #dc6da8 #a26ddc

Monochromatic Colors of #d96ddc

#d96ddc

Complementary Color

#d96ddc #70dc6d

#d96ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96ddc Color CSS Codes

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

#d96ddc Text Font Color

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

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


#d96ddc Background Color

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

This div background color is #d96ddc


#d96ddc Border Color

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

This div border color is #d96ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96ddc


Comments

No comments written yet.

Please login to write comment.