Color Hex Logo

#db587f Color Hex

#DB587F
(219,88,127)
0 Favorites   0 Comments

Color spaces of #db587f

RGB 21988127
HSL0.950.650.60
HSV342°60°86°
CMYK 0.000.600.42   0.14
XYZ36.533923.571822.7029
Yxy23.57180.44120.2847
Hunter Lab48.550849.35526.2609
CIE-Lab55.656554.67894.9496

#db587f color RGB value is (219,88,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011000 01111111
Octal 333 130 177
Decimal 219 88 127
Hex DB 58 7F

RGB Percentages of Color #db587f

%50.46
%20.28
%29.26

CMYK Percentages of Color #db587f

%0
%60
%42
%14

Triadic Colors of #db587f

#db587f #7fdb58 #587fdb

Analogous Colors of #db587f

#db587f #db7358 #db58c1

Monochromatic Colors of #db587f

#db587f

Complementary Color

#db587f #58dbb4

#db587f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db587f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db587f Color CSS Codes

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

#db587f Text Font Color

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

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


#db587f Background Color

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

This div background color is #db587f


#db587f Border Color

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

This div border color is #db587f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,88,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 #db587f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db587f


Comments

No comments written yet.

Please login to write comment.