Color Hex Logo

#dc5720 Color Hex

#DC5720
(220,87,32)
0 Favorites   0 Comments

Color spaces of #dc5720

RGB 2208732
HSL0.050.750.49
HSV18°85°86°
CMYK 0.000.600.85   0.14
XYZ33.184122.13633.8902
Yxy22.13630.56040.3739
Hunter Lab47.049243.561028.0321
CIE-Lab54.171349.611355.1131

#dc5720 color RGB value is (220,87,32).

#dc5720 hex color red value is 220, green value is 87 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #dc5720 hue: 0.05 , saturation: 0.75 and the lightness value of dc5720 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010111 00100000
Octal 334 127 40
Decimal 220 87 32
Hex DC 57 20

RGB Percentages of Color #dc5720

%64.90
%25.66
%9.44

CMYK Percentages of Color #dc5720

%0
%60
%85
%14

Triadic Colors of #dc5720

#dc5720 #20dc57 #5720dc

Analogous Colors of #dc5720

#dc5720 #dcb520 #dc2047

Monochromatic Colors of #dc5720

#dc5720

Complementary Color

#dc5720 #20a5dc

#dc5720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5720 Color CSS Codes

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

#dc5720 Text Font Color

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

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


#dc5720 Background Color

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

This div background color is #dc5720


#dc5720 Border Color

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

This div border color is #dc5720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5720


Comments

No comments written yet.

Please login to write comment.