Color Hex Logo

#dc473e Color Hex

#DC473E
(220,71,62)
0 Favorites   0 Comments

Color spaces of #dc473e

RGB 2207162
HSL0.010.690.55
HSV72°86°
CMYK 0.000.680.72   0.14
XYZ32.637920.06996.7111
Yxy20.06990.54930.3378
Hunter Lab44.799451.644222.4778
CIE-Lab51.916157.389538.0942

#dc473e color RGB value is (220,71,62).

#dc473e hex color red value is 220, green value is 71 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dc473e hue: 0.01 , saturation: 0.69 and the lightness value of dc473e is 0.55.

The process color (four color CMYK) of #dc473e color hex is 0.00, 0.68, 0.72, 0.14. Web safe color of #dc473e is #cc3333. Color #dc473e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000111 00111110
Octal 334 107 76
Decimal 220 71 62
Hex DC 47 3E

RGB Percentages of Color #dc473e

%62.32
%20.11
%17.56

CMYK Percentages of Color #dc473e

%0
%68
%72
%14

Triadic Colors of #dc473e

#dc473e #3edc47 #473edc

Analogous Colors of #dc473e

#dc473e #dc963e #dc3e84

Monochromatic Colors of #dc473e

#dc473e

Complementary Color

#dc473e #3ed3dc

#dc473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc473e Color CSS Codes

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

#dc473e Text Font Color

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

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


#dc473e Background Color

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

This div background color is #dc473e


#dc473e Border Color

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

This div border color is #dc473e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc473e


Comments

No comments written yet.

Please login to write comment.