Color Hex Logo

#dc566c Color Hex

#DC566C
(220,86,108)
0 Favorites   0 Comments

Color spaces of #dc566c

RGB 22086108
HSL0.970.660.60
HSV350°61°86°
CMYK 0.000.610.51   0.14
XYZ35.549822.953916.7442
Yxy22.95390.47240.3050
Hunter Lab47.910248.605612.8158
CIE-Lab55.024854.107615.3051

#dc566c color RGB value is (220,86,108).

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

The process color (four color CMYK) of #dc566c color hex is 0.00, 0.61, 0.51, 0.14. Web safe color of #dc566c is #cc6666. Color #dc566c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010110 01101100
Octal 334 126 154
Decimal 220 86 108
Hex DC 56 6C

RGB Percentages of Color #dc566c

%53.14
%20.77
%26.09

CMYK Percentages of Color #dc566c

%0
%61
%51
%14

Triadic Colors of #dc566c

#dc566c #6cdc56 #566cdc

Analogous Colors of #dc566c

#dc566c #dc8356 #dc56af

Monochromatic Colors of #dc566c

#dc566c

Complementary Color

#dc566c #56dcc6

#dc566c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc566c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc566c Color CSS Codes

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

#dc566c Text Font Color

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

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


#dc566c Background Color

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

This div background color is #dc566c


#dc566c Border Color

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

This div border color is #dc566c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,86,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc566c


Comments

No comments written yet.

Please login to write comment.