Color Hex Logo

#dc5561 Color Hex

#DC5561
(220,85,97)
0 Favorites   0 Comments

Color spaces of #dc5561

RGB 2208597
HSL0.990.660.60
HSV355°61°86°
CMYK 0.000.610.56   0.14
XYZ34.921422.575713.8262
Yxy22.57570.48960.3165
Hunter Lab47.513948.043316.0068
CIE-Lab54.632653.663021.2545

#dc5561 color RGB value is (220,85,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010101 01100001
Octal 334 125 141
Decimal 220 85 97
Hex DC 55 61

RGB Percentages of Color #dc5561

%54.73
%21.14
%24.13

CMYK Percentages of Color #dc5561

%0
%61
%56
%14

Triadic Colors of #dc5561

#dc5561 #61dc55 #5561dc

Analogous Colors of #dc5561

#dc5561 #dc8d55 #dc55a5

Monochromatic Colors of #dc5561

#dc5561

Complementary Color

#dc5561 #55dcd0

#dc5561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5561 Color CSS Codes

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

#dc5561 Text Font Color

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

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


#dc5561 Background Color

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

This div background color is #dc5561


#dc5561 Border Color

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

This div border color is #dc5561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5561


Comments

No comments written yet.

Please login to write comment.