Color Hex Logo

#d019db Color Hex

#D019DB
(208,25,219)
0 Favorites   0 Comments

Color spaces of #d019db

RGB 20825219
HSL0.820.800.48
HSV297°89°86°
CMYK 0.050.890.00   0.14
XYZ39.146219.219668.6644
Yxy19.21960.30820.1513
Hunter Lab43.840282.6677-62.1745
CIE-Lab50.943183.4612-56.0899

#d019db color RGB value is (208,25,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011001 11011011
Octal 320 31 333
Decimal 208 25 219
Hex D0 19 DB

RGB Percentages of Color #d019db

%46.02
%5.53
%48.45

CMYK Percentages of Color #d019db

%5
%89
%0
%14

Triadic Colors of #d019db

#d019db #dbd019 #19dbd0

Analogous Colors of #d019db

#d019db #db1985 #6f19db

Monochromatic Colors of #d019db

#d019db

Complementary Color

#d019db #24db19

#d019db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d019db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d019db Color CSS Codes

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

#d019db Text Font Color

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

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


#d019db Background Color

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

This div background color is #d019db


#d019db Border Color

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

This div border color is #d019db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d019db


Comments

No comments written yet.

Please login to write comment.