Color Hex Logo

#dc5564 Color Hex

#DC5564
(220,85,100)
0 Favorites   0 Comments

Color spaces of #dc5564

RGB 22085100
HSL0.980.660.60
HSV353°61°86°
CMYK 0.000.610.55   0.14
XYZ35.063922.632714.5771
Yxy22.63270.48520.3132
Hunter Lab47.573848.307715.1346
CIE-Lab54.692053.893519.5690

#dc5564 color RGB value is (220,85,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010101 01100100
Octal 334 125 144
Decimal 220 85 100
Hex DC 55 64

RGB Percentages of Color #dc5564

%54.32
%20.99
%24.69

CMYK Percentages of Color #dc5564

%0
%61
%55
%14

Triadic Colors of #dc5564

#dc5564 #64dc55 #5564dc

Analogous Colors of #dc5564

#dc5564 #dc8a55 #dc55a8

Monochromatic Colors of #dc5564

#dc5564

Complementary Color

#dc5564 #55dccd

#dc5564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5564 Color CSS Codes

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

#dc5564 Text Font Color

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

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


#dc5564 Background Color

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

This div background color is #dc5564


#dc5564 Border Color

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

This div border color is #dc5564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5564


Comments

No comments written yet.

Please login to write comment.