Color Hex Logo

#d96edb Color Hex

#D96EDB
(217,110,219)
0 Favorites   0 Comments

Color spaces of #d96edb

RGB 217110219
HSL0.830.600.65
HSV299°50°86°
CMYK 0.010.500.00   0.14
XYZ46.977431.018070.5289
Yxy31.01800.31630.2088
Hunter Lab55.693853.0995-36.0973
CIE-Lab62.522856.8639-37.6635

#d96edb color RGB value is (217,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101110 11011011
Octal 331 156 333
Decimal 217 110 219
Hex D9 6E DB

RGB Percentages of Color #d96edb

%39.74
%20.15
%40.11

CMYK Percentages of Color #d96edb

%1
%50
%0
%14

Triadic Colors of #d96edb

#d96edb #dbd96e #6edbd9

Analogous Colors of #d96edb

#d96edb #db6ea7 #a36edb

Monochromatic Colors of #d96edb

#d96edb

Complementary Color

#d96edb #70db6e

#d96edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96edb Color CSS Codes

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

#d96edb Text Font Color

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

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


#d96edb Background Color

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

This div background color is #d96edb


#d96edb Border Color

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

This div border color is #d96edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96edb


Comments

No comments written yet.

Please login to write comment.