Color Hex Logo

#dc404c Color Hex

#DC404C
(220,64,76)
0 Favorites   0 Comments

Color spaces of #dc404c

RGB 2206476
HSL0.990.690.56
HSV355°71°86°
CMYK 0.000.710.65   0.14
XYZ32.653119.40428.8619
Yxy19.40420.53600.3185
Hunter Lab44.050255.228918.9073
CIE-Lab51.156860.717029.1142

#dc404c color RGB value is (220,64,76).

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

The process color (four color CMYK) of #dc404c color hex is 0.00, 0.71, 0.65, 0.14. Web safe color of #dc404c is #cc3333. Color #dc404c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000000 01001100
Octal 334 100 114
Decimal 220 64 76
Hex DC 40 4C

RGB Percentages of Color #dc404c

%61.11
%17.78
%21.11

CMYK Percentages of Color #dc404c

%0
%71
%65
%14

Triadic Colors of #dc404c

#dc404c #4cdc40 #404cdc

Analogous Colors of #dc404c

#dc404c #dc8240 #dc409a

Monochromatic Colors of #dc404c

#dc404c

Complementary Color

#dc404c #40dcd0

#dc404c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc404c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc404c Color CSS Codes

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

#dc404c Text Font Color

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

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


#dc404c Background Color

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

This div background color is #dc404c


#dc404c Border Color

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

This div border color is #dc404c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc404c


Comments

No comments written yet.

Please login to write comment.