Color Hex Logo

#dc573b Color Hex

#DC573B
(220,87,59)
0 Favorites   0 Comments

Color spaces of #dc573b

RGB 2208759
HSL0.030.700.55
HSV10°73°86°
CMYK 0.000.600.73   0.14
XYZ33.712822.34786.6744
Yxy22.34780.53740.3562
Hunter Lab47.273544.567724.7204
CIE-Lab54.394150.511042.5108

#dc573b color RGB value is (220,87,59).

#dc573b hex color red value is 220, green value is 87 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dc573b hue: 0.03 , saturation: 0.70 and the lightness value of dc573b is 0.55.

The process color (four color CMYK) of #dc573b color hex is 0.00, 0.60, 0.73, 0.14. Web safe color of #dc573b is #cc6633. Color #dc573b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010111 00111011
Octal 334 127 73
Decimal 220 87 59
Hex DC 57 3B

RGB Percentages of Color #dc573b

%60.11
%23.77
%16.12

CMYK Percentages of Color #dc573b

%0
%60
%73
%14

Triadic Colors of #dc573b

#dc573b #3bdc57 #573bdc

Analogous Colors of #dc573b

#dc573b #dca83b #dc3b70

Monochromatic Colors of #dc573b

#dc573b

Complementary Color

#dc573b #3bc0dc

#dc573b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc573b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc573b Color CSS Codes

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

#dc573b Text Font Color

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

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


#dc573b Background Color

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

This div background color is #dc573b


#dc573b Border Color

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

This div border color is #dc573b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc573b


Comments

No comments written yet.

Please login to write comment.