Color Hex Logo

#dc604e Color Hex

#DC604E
(220,96,78)
0 Favorites   0 Comments

Color spaces of #dc604e

RGB 2209678
HSL0.020.670.58
HSV65°86°
CMYK 0.000.560.65   0.14
XYZ35.073224.131410.0170
Yxy24.13140.50670.3486
Hunter Lab49.123741.478422.2966
CIE-Lab56.219147.342734.2293

#dc604e color RGB value is (220,96,78).

#dc604e hex color red value is 220, green value is 96 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dc604e hue: 0.02 , saturation: 0.67 and the lightness value of dc604e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100000 01001110
Octal 334 140 116
Decimal 220 96 78
Hex DC 60 4E

RGB Percentages of Color #dc604e

%55.84
%24.37
%19.80

CMYK Percentages of Color #dc604e

%0
%56
%65
%14

Triadic Colors of #dc604e

#dc604e #4edc60 #604edc

Analogous Colors of #dc604e

#dc604e #dca74e #dc4e83

Monochromatic Colors of #dc604e

#dc604e

Complementary Color

#dc604e #4ecadc

#dc604e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc604e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc604e Color CSS Codes

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

#dc604e Text Font Color

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

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


#dc604e Background Color

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

This div background color is #dc604e


#dc604e Border Color

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

This div border color is #dc604e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc604e


Comments

No comments written yet.

Please login to write comment.