Color Hex Logo

#d96fdb Color Hex

#D96FDB
(217,111,219)
0 Favorites   0 Comments

Color spaces of #d96fdb

RGB 217111219
HSL0.830.600.65
HSV299°49°86°
CMYK 0.010.490.00   0.14
XYZ47.085931.235170.5651
Yxy31.23510.31630.2098
Hunter Lab55.888452.5814-35.7382
CIE-Lab62.705656.3802-37.3779

#d96fdb color RGB value is (217,111,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101111 11011011
Octal 331 157 333
Decimal 217 111 219
Hex D9 6F DB

RGB Percentages of Color #d96fdb

%39.67
%20.29
%40.04

CMYK Percentages of Color #d96fdb

%1
%49
%0
%14

Triadic Colors of #d96fdb

#d96fdb #dbd96f #6fdbd9

Analogous Colors of #d96fdb

#d96fdb #db6fa7 #a36fdb

Monochromatic Colors of #d96fdb

#d96fdb

Complementary Color

#d96fdb #71db6f

#d96fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96fdb Color CSS Codes

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

#d96fdb Text Font Color

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

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


#d96fdb Background Color

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

This div background color is #d96fdb


#d96fdb Border Color

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

This div border color is #d96fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96fdb


Comments

No comments written yet.

Please login to write comment.