Color Hex Logo

#db19df Color Hex

#DB19DF
(219,25,223)
0 Favorites   0 Comments

Color spaces of #db19df

RGB 21925223
HSL0.830.800.49
HSV299°89°87°
CMYK 0.020.890.00   0.13
XYZ42.880321.083071.6214
Yxy21.08300.31630.1555
Hunter Lab45.916286.3444-60.3408
CIE-Lab53.040285.8932-54.9017

#db19df color RGB value is (219,25,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011001 11011111
Octal 333 31 337
Decimal 219 25 223
Hex DB 19 DF

RGB Percentages of Color #db19df

%46.90
%5.35
%47.75

CMYK Percentages of Color #db19df

%2
%89
%0
%13

Triadic Colors of #db19df

#db19df #dfdb19 #19dfdb

Analogous Colors of #db19df

#db19df #df1980 #7819df

Monochromatic Colors of #db19df

#db19df

Complementary Color

#db19df #1ddf19

#db19df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db19df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db19df Color CSS Codes

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

#db19df Text Font Color

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

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


#db19df Background Color

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

This div background color is #db19df


#db19df Border Color

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

This div border color is #db19df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,25,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db19df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db19df


Comments

No comments written yet.

Please login to write comment.