Color Hex Logo

#db59df Color Hex

#DB59DF
(219,89,223)
0 Favorites   0 Comments

Color spaces of #db59df

RGB 21989223
HSL0.830.680.61
HSV298°60°87°
CMYK 0.020.600.00   0.13
XYZ46.105127.532572.6963
Yxy27.53250.31510.1881
Hunter Lab52.471465.0177-45.4131
CIE-Lab59.464067.5863-44.6920

#db59df color RGB value is (219,89,223).

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

The process color (four color CMYK) of #db59df color hex is 0.02, 0.60, 0.00, 0.13. Web safe color of #db59df is #cc66cc. Color #db59df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011001 11011111
Octal 333 131 337
Decimal 219 89 223
Hex DB 59 DF

RGB Percentages of Color #db59df

%41.24
%16.76
%42.00

CMYK Percentages of Color #db59df

%2
%60
%0
%13

Triadic Colors of #db59df

#db59df #dfdb59 #59dfdb

Analogous Colors of #db59df

#db59df #df59a0 #9859df

Monochromatic Colors of #db59df

#db59df

Complementary Color

#db59df #5ddf59

#db59df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db59df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db59df Color CSS Codes

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

#db59df Text Font Color

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

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


#db59df Background Color

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

This div background color is #db59df


#db59df Border Color

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

This div border color is #db59df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db59df


Comments

No comments written yet.

Please login to write comment.