Color Hex Logo

#dc586e Color Hex

#DC586E
(220,88,110)
0 Favorites   0 Comments

Color spaces of #dc586e

RGB 22088110
HSL0.970.650.60
HSV350°60°86°
CMYK 0.000.600.50   0.14
XYZ35.819423.320917.3653
Yxy23.32090.46820.3048
Hunter Lab48.291747.888212.4840
CIE-Lab55.401453.393114.6455

#dc586e color RGB value is (220,88,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011000 01101110
Octal 334 130 156
Decimal 220 88 110
Hex DC 58 6E

RGB Percentages of Color #dc586e

%52.63
%21.05
%26.32

CMYK Percentages of Color #dc586e

%0
%60
%50
%14

Triadic Colors of #dc586e

#dc586e #6edc58 #586edc

Analogous Colors of #dc586e

#dc586e #dc8458 #dc58b0

Monochromatic Colors of #dc586e

#dc586e

Complementary Color

#dc586e #58dcc6

#dc586e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc586e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc586e Color CSS Codes

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

#dc586e Text Font Color

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

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


#dc586e Background Color

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

This div background color is #dc586e


#dc586e Border Color

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

This div border color is #dc586e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc586e


Comments

No comments written yet.

Please login to write comment.