Color Hex Logo

#d017db Color Hex

#D017DB
(208,23,219)
0 Favorites   0 Comments

Color spaces of #d017db

RGB 20823219
HSL0.820.810.47
HSV297°89°86°
CMYK 0.050.890.00   0.14
XYZ39.105019.137268.6506
Yxy19.13720.30820.1508
Hunter Lab43.746183.0070-62.4214
CIE-Lab50.847383.7436-56.2436

#d017db color RGB value is (208,23,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010111 11011011
Octal 320 27 333
Decimal 208 23 219
Hex D0 17 DB

RGB Percentages of Color #d017db

%46.22
%5.11
%48.67

CMYK Percentages of Color #d017db

%5
%89
%0
%14

Triadic Colors of #d017db

#d017db #dbd017 #17dbd0

Analogous Colors of #d017db

#d017db #db1784 #6e17db

Monochromatic Colors of #d017db

#d017db

Complementary Color

#d017db #22db17

#d017db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d017db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d017db Color CSS Codes

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

#d017db Text Font Color

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

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


#d017db Background Color

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

This div background color is #d017db


#d017db Border Color

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

This div border color is #d017db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d017db


Comments

No comments written yet.

Please login to write comment.