Color Hex Logo

#d717db Color Hex

#D717DB
(215,23,219)
0 Favorites   0 Comments

Color spaces of #d717db

RGB 21523219
HSL0.830.810.47
HSV299°89°86°
CMYK 0.020.890.00   0.14
XYZ41.116920.174368.7448
Yxy20.17430.31620.1551
Hunter Lab44.915884.8001-59.3038
CIE-Lab52.033784.9012-54.2765

#d717db color RGB value is (215,23,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010111 11011011
Octal 327 27 333
Decimal 215 23 219
Hex D7 17 DB

RGB Percentages of Color #d717db

%47.05
%5.03
%47.92

CMYK Percentages of Color #d717db

%2
%89
%0
%14

Triadic Colors of #d717db

#d717db #dbd717 #17dbd7

Analogous Colors of #d717db

#d717db #db177d #7517db

Monochromatic Colors of #d717db

#d717db

Complementary Color

#d717db #1bdb17

#d717db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d717db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d717db Color CSS Codes

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

#d717db Text Font Color

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

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


#d717db Background Color

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

This div background color is #d717db


#d717db Border Color

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

This div border color is #d717db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d717db


Comments

No comments written yet.

Please login to write comment.