Color Hex Logo

#db599f Color Hex

#DB599F
(219,89,159)
0 Favorites   0 Comments

Color spaces of #db599f

RGB 21989159
HSL0.910.640.60
HSV328°59°86°
CMYK 0.000.590.27   0.14
XYZ39.043824.708035.5122
Yxy24.70800.39330.2489
Hunter Lab49.707153.2201-7.5635
CIE-Lab56.789857.9355-12.1692

#db599f color RGB value is (219,89,159).

#db599f hex color red value is 219, green value is 89 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #db599f hue: 0.91 , saturation: 0.64 and the lightness value of db599f is 0.60.

The process color (four color CMYK) of #db599f color hex is 0.00, 0.59, 0.27, 0.14. Web safe color of #db599f is #cc6699. Color #db599f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011001 10011111
Octal 333 131 237
Decimal 219 89 159
Hex DB 59 9F

RGB Percentages of Color #db599f

%46.90
%19.06
%34.05

CMYK Percentages of Color #db599f

%0
%59
%27
%14

Triadic Colors of #db599f

#db599f #9fdb59 #599fdb

Analogous Colors of #db599f

#db599f #db595e #d659db

Monochromatic Colors of #db599f

#db599f

Complementary Color

#db599f #59db95

#db599f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db599f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db599f Color CSS Codes

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

#db599f Text Font Color

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

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


#db599f Background Color

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

This div background color is #db599f


#db599f Border Color

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

This div border color is #db599f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db599f


Comments

No comments written yet.

Please login to write comment.