Color Hex Logo

#dc4049 Color Hex

#DC4049
(220,64,73)
0 Favorites   0 Comments

Color spaces of #dc4049

RGB 2206473
HSL0.990.690.56
HSV357°71°86°
CMYK 0.000.710.67   0.14
XYZ32.551219.36358.3252
Yxy19.36350.54040.3214
Hunter Lab44.004055.035419.5856
CIE-Lab51.109860.554930.8195

#dc4049 color RGB value is (220,64,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000000 01001001
Octal 334 100 111
Decimal 220 64 73
Hex DC 40 49

RGB Percentages of Color #dc4049

%61.62
%17.93
%20.45

CMYK Percentages of Color #dc4049

%0
%71
%67
%14

Triadic Colors of #dc4049

#dc4049 #49dc40 #4049dc

Analogous Colors of #dc4049

#dc4049 #dc8540 #dc4097

Monochromatic Colors of #dc4049

#dc4049

Complementary Color

#dc4049 #40dcd3

#dc4049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4049 Color CSS Codes

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

#dc4049 Text Font Color

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

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


#dc4049 Background Color

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

This div background color is #dc4049


#dc4049 Border Color

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

This div border color is #dc4049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4049


Comments

No comments written yet.

Please login to write comment.