Color Hex Logo

#dc566b Color Hex

#DC566B
(220,86,107)
0 Favorites   0 Comments

Color spaces of #dc566b

RGB 22086107
HSL0.970.660.60
HSV351°61°86°
CMYK 0.000.610.51   0.14
XYZ35.496822.932816.4655
Yxy22.93280.47400.3062
Hunter Lab47.888248.507513.1359
CIE-Lab55.003154.022415.8654

#dc566b color RGB value is (220,86,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010110 01101011
Octal 334 126 153
Decimal 220 86 107
Hex DC 56 6B

RGB Percentages of Color #dc566b

%53.27
%20.82
%25.91

CMYK Percentages of Color #dc566b

%0
%61
%51
%14

Triadic Colors of #dc566b

#dc566b #6bdc56 #566bdc

Analogous Colors of #dc566b

#dc566b #dc8456 #dc56ae

Monochromatic Colors of #dc566b

#dc566b

Complementary Color

#dc566b #56dcc7

#dc566b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc566b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc566b Color CSS Codes

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

#dc566b Text Font Color

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

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


#dc566b Background Color

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

This div background color is #dc566b


#dc566b Border Color

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

This div border color is #dc566b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc566b


Comments

No comments written yet.

Please login to write comment.