Color Hex Logo

#d917db Color Hex

#D917DB
(217,23,219)
0 Favorites   0 Comments

Color spaces of #d917db

RGB 21723219
HSL0.830.810.47
HSV299°89°86°
CMYK 0.010.890.00   0.14
XYZ41.707920.479068.7724
Yxy20.47900.31850.1564
Hunter Lab45.253785.3197-58.4258
CIE-Lab52.374585.2354-53.7119

#d917db color RGB value is (217,23,219).

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

The process color (four color CMYK) of #d917db color hex is 0.01, 0.89, 0.00, 0.14. Web safe color of #d917db is #cc00cc. Color #d917db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010111 11011011
Octal 331 27 333
Decimal 217 23 219
Hex D9 17 DB

RGB Percentages of Color #d917db

%47.28
%5.01
%47.71

CMYK Percentages of Color #d917db

%1
%89
%0
%14

Triadic Colors of #d917db

#d917db #dbd917 #17dbd9

Analogous Colors of #d917db

#d917db #db177b #7717db

Monochromatic Colors of #d917db

#d917db

Complementary Color

#d917db #19db17

#d917db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d917db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d917db Color CSS Codes

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

#d917db Text Font Color

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

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


#d917db Background Color

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

This div background color is #d917db


#d917db Border Color

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

This div border color is #d917db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d917db

#d917db Color Palettes


Comments

No comments written yet.

Please login to write comment.