Color Hex Logo

#dc474a Color Hex

#DC474A
(220,71,74)
0 Favorites   0 Comments

Color spaces of #dc474a

RGB 2207174
HSL1.000.680.57
HSV359°68°86°
CMYK 0.000.680.66   0.14
XYZ33.004520.21658.6412
Yxy20.21650.53350.3268
Hunter Lab44.962852.341420.0792
CIE-Lab52.081157.984631.4335

#dc474a color RGB value is (220,71,74).

#dc474a hex color red value is 220, green value is 71 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dc474a hue: 1.00 , saturation: 0.68 and the lightness value of dc474a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000111 01001010
Octal 334 107 112
Decimal 220 71 74
Hex DC 47 4A

RGB Percentages of Color #dc474a

%60.27
%19.45
%20.27

CMYK Percentages of Color #dc474a

%0
%68
%66
%14

Triadic Colors of #dc474a

#dc474a #4adc47 #474adc

Analogous Colors of #dc474a

#dc474a #dc8f47 #dc4795

Monochromatic Colors of #dc474a

#dc474a

Complementary Color

#dc474a #47dcd9

#dc474a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc474a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc474a Color CSS Codes

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

#dc474a Text Font Color

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

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


#dc474a Background Color

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

This div background color is #dc474a


#dc474a Border Color

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

This div border color is #dc474a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc474a


Comments

No comments written yet.

Please login to write comment.