Color Hex Logo

#dc5940 Color Hex

#DC5940
(220,89,64)
0 Favorites   0 Comments

Color spaces of #dc5940

RGB 2208964
HSL0.030.690.56
HSV10°71°86°
CMYK 0.000.600.71   0.14
XYZ34.013022.73067.4452
Yxy22.73060.52990.3541
Hunter Lab47.676643.909724.1149
CIE-Lab54.793849.835840.2741

#dc5940 color RGB value is (220,89,64).

#dc5940 hex color red value is 220, green value is 89 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dc5940 hue: 0.03 , saturation: 0.69 and the lightness value of dc5940 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011001 01000000
Octal 334 131 100
Decimal 220 89 64
Hex DC 59 40

RGB Percentages of Color #dc5940

%58.98
%23.86
%17.16

CMYK Percentages of Color #dc5940

%0
%60
%71
%14

Triadic Colors of #dc5940

#dc5940 #40dc59 #5940dc

Analogous Colors of #dc5940

#dc5940 #dca740 #dc4075

Monochromatic Colors of #dc5940

#dc5940

Complementary Color

#dc5940 #40c3dc

#dc5940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5940 Color CSS Codes

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

#dc5940 Text Font Color

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

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


#dc5940 Background Color

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

This div background color is #dc5940


#dc5940 Border Color

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

This div border color is #dc5940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5940


Comments

No comments written yet.

Please login to write comment.