Color Hex Logo

#d96bdb Color Hex

#D96BDB
(217,107,219)
0 Favorites   0 Comments

Color spaces of #d96bdb

RGB 217107219
HSL0.830.610.64
HSV299°51°86°
CMYK 0.010.510.00   0.14
XYZ46.659130.381670.4229
Yxy30.38160.31640.2060
Hunter Lab55.119554.6425-37.1676
CIE-Lab61.982158.2997-38.5090

#d96bdb color RGB value is (217,107,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101011 11011011
Octal 331 153 333
Decimal 217 107 219
Hex D9 6B DB

RGB Percentages of Color #d96bdb

%39.96
%19.71
%40.33

CMYK Percentages of Color #d96bdb

%1
%51
%0
%14

Triadic Colors of #d96bdb

#d96bdb #dbd96b #6bdbd9

Analogous Colors of #d96bdb

#d96bdb #db6ba5 #a16bdb

Monochromatic Colors of #d96bdb

#d96bdb

Complementary Color

#d96bdb #6ddb6b

#d96bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96bdb Color CSS Codes

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

#d96bdb Text Font Color

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

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


#d96bdb Background Color

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

This div background color is #d96bdb


#d96bdb Border Color

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

This div border color is #d96bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96bdb


Comments

No comments written yet.

Please login to write comment.