Color Hex Logo

#db585f Color Hex

#DB585F
(219,88,95)
0 Favorites   0 Comments

Color spaces of #db585f

RGB 2198895
HSL0.990.650.60
HSV357°60°86°
CMYK 0.000.600.57   0.14
XYZ34.768722.865713.4075
Yxy22.86570.48940.3219
Hunter Lab47.818146.106316.8486
CIE-Lab54.933751.842222.7989

#db585f color RGB value is (219,88,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011000 01011111
Octal 333 130 137
Decimal 219 88 95
Hex DB 58 5F

RGB Percentages of Color #db585f

%54.48
%21.89
%23.63

CMYK Percentages of Color #db585f

%0
%60
%57
%14

Triadic Colors of #db585f

#db585f #5fdb58 #585fdb

Analogous Colors of #db585f

#db585f #db9358 #db58a1

Monochromatic Colors of #db585f

#db585f

Complementary Color

#db585f #58dbd4

#db585f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db585f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db585f Color CSS Codes

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

#db585f Text Font Color

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

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


#db585f Background Color

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

This div background color is #db585f


#db585f Border Color

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

This div border color is #db585f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db585f


Comments

No comments written yet.

Please login to write comment.