Color Hex Logo

#dc566e Color Hex

#DC566E
(220,86,110)
0 Favorites   0 Comments

Color spaces of #dc566e

RGB 22086110
HSL0.970.660.60
HSV349°61°86°
CMYK 0.000.610.50   0.14
XYZ35.657522.997017.3114
Yxy22.99700.46940.3027
Hunter Lab47.955248.803712.1655
CIE-Lab55.069254.279614.1852

#dc566e color RGB value is (220,86,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010110 01101110
Octal 334 126 156
Decimal 220 86 110
Hex DC 56 6E

RGB Percentages of Color #dc566e

%52.88
%20.67
%26.44

CMYK Percentages of Color #dc566e

%0
%61
%50
%14

Triadic Colors of #dc566e

#dc566e #6edc56 #566edc

Analogous Colors of #dc566e

#dc566e #dc8156 #dc56b1

Monochromatic Colors of #dc566e

#dc566e

Complementary Color

#dc566e #56dcc4

#dc566e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc566e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc566e Color CSS Codes

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

#dc566e Text Font Color

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

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


#dc566e Background Color

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

This div background color is #dc566e


#dc566e Border Color

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

This div border color is #dc566e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc566e


Comments

No comments written yet.

Please login to write comment.