Color Hex Logo

#db597f Color Hex

#DB597F
(219,89,127)
0 Favorites   0 Comments

Color spaces of #db597f

RGB 21989127
HSL0.950.640.60
HSV342°59°86°
CMYK 0.000.590.42   0.14
XYZ36.616623.737122.7305
Yxy23.73710.44070.2857
Hunter Lab48.720748.89236.4430
CIE-Lab55.823654.23275.1897

#db597f color RGB value is (219,89,127).

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

The process color (four color CMYK) of #db597f color hex is 0.00, 0.59, 0.42, 0.14. Web safe color of #db597f is #cc6666. Color #db597f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011001 01111111
Octal 333 131 177
Decimal 219 89 127
Hex DB 59 7F

RGB Percentages of Color #db597f

%50.34
%20.46
%29.20

CMYK Percentages of Color #db597f

%0
%59
%42
%14

Triadic Colors of #db597f

#db597f #7fdb59 #597fdb

Analogous Colors of #db597f

#db597f #db7459 #db59c0

Monochromatic Colors of #db597f

#db597f

Complementary Color

#db597f #59dbb5

#db597f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db597f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db597f Color CSS Codes

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

#db597f Text Font Color

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

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


#db597f Background Color

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

This div background color is #db597f


#db597f Border Color

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

This div border color is #db597f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db597f


Comments

No comments written yet.

Please login to write comment.