Color Hex Logo

#d96cdb Color Hex

#D96CDB
(217,108,219)
0 Favorites   0 Comments

Color spaces of #d96cdb

RGB 217108219
HSL0.830.610.64
HSV299°51°86°
CMYK 0.010.510.00   0.14
XYZ46.764030.591370.4578
Yxy30.59130.31640.2070
Hunter Lab55.309454.1300-36.8120
CIE-Lab62.161157.8235-38.2290

#d96cdb color RGB value is (217,108,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101100 11011011
Octal 331 154 333
Decimal 217 108 219
Hex D9 6C DB

RGB Percentages of Color #d96cdb

%39.89
%19.85
%40.26

CMYK Percentages of Color #d96cdb

%1
%51
%0
%14

Triadic Colors of #d96cdb

#d96cdb #dbd96c #6cdbd9

Analogous Colors of #d96cdb

#d96cdb #db6ca6 #a26cdb

Monochromatic Colors of #d96cdb

#d96cdb

Complementary Color

#d96cdb #6edb6c

#d96cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96cdb Color CSS Codes

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

#d96cdb Text Font Color

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

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


#d96cdb Background Color

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

This div background color is #d96cdb


#d96cdb Border Color

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

This div border color is #d96cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96cdb


Comments

No comments written yet.

Please login to write comment.