Color Hex Logo

#db585e Color Hex

#DB585E
(219,88,94)
0 Favorites   0 Comments

Color spaces of #db585e

RGB 2198894
HSL0.990.650.60
HSV357°60°86°
CMYK 0.000.600.57   0.14
XYZ34.723522.847713.1696
Yxy22.84770.49090.3230
Hunter Lab47.799346.021617.1240
CIE-Lab54.915151.767523.3588

#db585e color RGB value is (219,88,94).

#db585e hex color red value is 219, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #db585e hue: 0.99 , saturation: 0.65 and the lightness value of db585e is 0.60.

The process color (four color CMYK) of #db585e color hex is 0.00, 0.60, 0.57, 0.14. Web safe color of #db585e is #cc6666. Color #db585e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011000 01011110
Octal 333 130 136
Decimal 219 88 94
Hex DB 58 5E

RGB Percentages of Color #db585e

%54.61
%21.95
%23.44

CMYK Percentages of Color #db585e

%0
%60
%57
%14

Triadic Colors of #db585e

#db585e #5edb58 #585edb

Analogous Colors of #db585e

#db585e #db9458 #db58a0

Monochromatic Colors of #db585e

#db585e

Complementary Color

#db585e #58dbd5

#db585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db585e Color CSS Codes

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

#db585e Text Font Color

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

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


#db585e Background Color

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

This div background color is #db585e


#db585e Border Color

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

This div border color is #db585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db585e


Comments

No comments written yet.

Please login to write comment.