Color Hex Logo

#db59de Color Hex

#DB59DE
(219,89,222)
0 Favorites   0 Comments

Color spaces of #db59de

RGB 21989222
HSL0.830.670.61
HSV299°60°87°
CMYK 0.010.600.00   0.13
XYZ45.970627.478871.9883
Yxy27.47880.31610.1889
Hunter Lab52.420264.8025-44.7284
CIE-Lab59.414967.4155-44.2074

#db59de color RGB value is (219,89,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011001 11011110
Octal 333 131 336
Decimal 219 89 222
Hex DB 59 DE

RGB Percentages of Color #db59de

%41.32
%16.79
%41.89

CMYK Percentages of Color #db59de

%1
%60
%0
%13

Triadic Colors of #db59de

#db59de #dedb59 #59dedb

Analogous Colors of #db59de

#db59de #de599f #9959de

Monochromatic Colors of #db59de

#db59de

Complementary Color

#db59de #5cde59

#db59de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db59de Color Preview on White Background

Lorem ipsum dolor sit amet.

#db59de Color CSS Codes

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

#db59de Text Font Color

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

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


#db59de Background Color

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

This div background color is #db59de


#db59de Border Color

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

This div border color is #db59de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db59de


Comments

No comments written yet.

Please login to write comment.