Color Hex Logo

#d96ddb Color Hex

#D96DDB
(217,109,219)
0 Favorites   0 Comments

Color spaces of #d96ddb

RGB 217109219
HSL0.830.600.64
HSV299°50°86°
CMYK 0.010.500.00   0.14
XYZ46.870130.803570.4932
Yxy30.80350.31630.2079
Hunter Lab55.500953.6154-36.4552
CIE-Lab62.341457.3446-37.9471

#d96ddb color RGB value is (217,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101101 11011011
Octal 331 155 333
Decimal 217 109 219
Hex D9 6D DB

RGB Percentages of Color #d96ddb

%39.82
%20.00
%40.18

CMYK Percentages of Color #d96ddb

%1
%50
%0
%14

Triadic Colors of #d96ddb

#d96ddb #dbd96d #6ddbd9

Analogous Colors of #d96ddb

#d96ddb #db6da6 #a26ddb

Monochromatic Colors of #d96ddb

#d96ddb

Complementary Color

#d96ddb #6fdb6d

#d96ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96ddb Color CSS Codes

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

#d96ddb Text Font Color

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

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


#d96ddb Background Color

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

This div background color is #d96ddb


#d96ddb Border Color

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

This div border color is #d96ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96ddb


Comments

No comments written yet.

Please login to write comment.