Color Hex Logo

#dc566a Color Hex

#DC566A
(220,86,106)
0 Favorites   0 Comments

Color spaces of #dc566a

RGB 22086106
HSL0.980.660.60
HSV351°61°86°
CMYK 0.000.610.52   0.14
XYZ35.444522.911816.1900
Yxy22.91180.47550.3073
Hunter Lab47.866348.411513.4525
CIE-Lab54.981453.938916.4257

#dc566a color RGB value is (220,86,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010110 01101010
Octal 334 126 152
Decimal 220 86 106
Hex DC 56 6A

RGB Percentages of Color #dc566a

%53.40
%20.87
%25.73

CMYK Percentages of Color #dc566a

%0
%61
%52
%14

Triadic Colors of #dc566a

#dc566a #6adc56 #566adc

Analogous Colors of #dc566a

#dc566a #dc8556 #dc56ad

Monochromatic Colors of #dc566a

#dc566a

Complementary Color

#dc566a #56dcc8

#dc566a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc566a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc566a Color CSS Codes

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

#dc566a Text Font Color

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

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


#dc566a Background Color

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

This div background color is #dc566a


#dc566a Border Color

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

This div border color is #dc566a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc566a


Comments

No comments written yet.

Please login to write comment.