Color Hex Logo

#db599e Color Hex

#DB599E
(219,89,158)
0 Favorites   0 Comments

Color spaces of #db599e

RGB 21989158
HSL0.910.640.60
HSV328°59°86°
CMYK 0.000.590.28   0.14
XYZ38.957424.673435.0569
Yxy24.67340.39480.2500
Hunter Lab49.672353.0688-7.0741
CIE-Lab56.755857.8076-11.6370

#db599e color RGB value is (219,89,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011001 10011110
Octal 333 131 236
Decimal 219 89 158
Hex DB 59 9E

RGB Percentages of Color #db599e

%47.00
%19.10
%33.91

CMYK Percentages of Color #db599e

%0
%59
%28
%14

Triadic Colors of #db599e

#db599e #9edb59 #599edb

Analogous Colors of #db599e

#db599e #db595d #d759db

Monochromatic Colors of #db599e

#db599e

Complementary Color

#db599e #59db96

#db599e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db599e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db599e Color CSS Codes

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

#db599e Text Font Color

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

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


#db599e Background Color

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

This div background color is #db599e


#db599e Border Color

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

This div border color is #db599e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db599e


Comments

No comments written yet.

Please login to write comment.