Color Hex Logo

#db596e Color Hex

#DB596E
(219,89,110)
0 Favorites   0 Comments

Color spaces of #db596e

RGB 21989110
HSL0.970.640.60
HSV350°59°86°
CMYK 0.000.590.50   0.14
XYZ35.600323.330617.3788
Yxy23.33060.46650.3057
Hunter Lab48.301847.033512.4789
CIE-Lab55.411252.612514.6345

#db596e color RGB value is (219,89,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011001 01101110
Octal 333 131 156
Decimal 219 89 110
Hex DB 59 6E

RGB Percentages of Color #db596e

%52.39
%21.29
%26.32

CMYK Percentages of Color #db596e

%0
%59
%50
%14

Triadic Colors of #db596e

#db596e #6edb59 #596edb

Analogous Colors of #db596e

#db596e #db8559 #db59af

Monochromatic Colors of #db596e

#db596e

Complementary Color

#db596e #59dbc6

#db596e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db596e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db596e Color CSS Codes

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

#db596e Text Font Color

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

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


#db596e Background Color

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

This div background color is #db596e


#db596e Border Color

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

This div border color is #db596e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db596e


Comments

No comments written yet.

Please login to write comment.