Color Hex Logo

#dc587f Color Hex

#DC587F
(220,88,127)
0 Favorites   0 Comments

Color spaces of #dc587f

RGB 22088127
HSL0.950.650.60
HSV342°60°86°
CMYK 0.000.600.42   0.14
XYZ36.835723.727422.7171
Yxy23.72740.44230.2849
Hunter Lab48.710849.74016.4466
CIE-Lab55.813854.99915.1961

#dc587f color RGB value is (220,88,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011000 01111111
Octal 334 130 177
Decimal 220 88 127
Hex DC 58 7F

RGB Percentages of Color #dc587f

%50.57
%20.23
%29.20

CMYK Percentages of Color #dc587f

%0
%60
%42
%14

Triadic Colors of #dc587f

#dc587f #7fdc58 #587fdc

Analogous Colors of #dc587f

#dc587f #dc7358 #dc58c1

Monochromatic Colors of #dc587f

#dc587f

Complementary Color

#dc587f #58dcb5

#dc587f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc587f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc587f Color CSS Codes

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

#dc587f Text Font Color

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

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


#dc587f Background Color

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

This div background color is #dc587f


#dc587f Border Color

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

This div border color is #dc587f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc587f


Comments

No comments written yet.

Please login to write comment.