Color Hex Logo

#dc604b Color Hex

#DC604B
(220,96,75)
0 Favorites   0 Comments

Color spaces of #dc604b

RGB 2209675
HSL0.020.670.58
HSV66°86°
CMYK 0.000.560.66   0.14
XYZ34.968124.08949.4633
Yxy24.08940.51030.3516
Hunter Lab49.081041.282022.9250
CIE-Lab56.177247.164835.8522

#dc604b color RGB value is (220,96,75).

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

The process color (four color CMYK) of #dc604b color hex is 0.00, 0.56, 0.66, 0.14. Web safe color of #dc604b is #cc6633. Color #dc604b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100000 01001011
Octal 334 140 113
Decimal 220 96 75
Hex DC 60 4B

RGB Percentages of Color #dc604b

%56.27
%24.55
%19.18

CMYK Percentages of Color #dc604b

%0
%56
%66
%14

Triadic Colors of #dc604b

#dc604b #4bdc60 #604bdc

Analogous Colors of #dc604b

#dc604b #dca94b #dc4b7f

Monochromatic Colors of #dc604b

#dc604b

Complementary Color

#dc604b #4bc7dc

#dc604b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc604b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc604b Color CSS Codes

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

#dc604b Text Font Color

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

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


#dc604b Background Color

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

This div background color is #dc604b


#dc604b Border Color

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

This div border color is #dc604b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc604b


Comments

No comments written yet.

Please login to write comment.