Color Hex Logo

#dc474e Color Hex

#DC474E
(220,71,78)
0 Favorites   0 Comments

Color spaces of #dc474e

RGB 2207178
HSL0.990.680.57
HSV357°68°86°
CMYK 0.000.680.65   0.14
XYZ33.143620.27229.3738
Yxy20.27220.52790.3229
Hunter Lab45.024752.604519.1735
CIE-Lab52.143658.208329.1779

#dc474e color RGB value is (220,71,78).

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

The process color (four color CMYK) of #dc474e color hex is 0.00, 0.68, 0.65, 0.14. Web safe color of #dc474e is #cc3366. Color #dc474e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000111 01001110
Octal 334 107 116
Decimal 220 71 78
Hex DC 47 4E

RGB Percentages of Color #dc474e

%59.62
%19.24
%21.14

CMYK Percentages of Color #dc474e

%0
%68
%65
%14

Triadic Colors of #dc474e

#dc474e #4edc47 #474edc

Analogous Colors of #dc474e

#dc474e #dc8b47 #dc4799

Monochromatic Colors of #dc474e

#dc474e

Complementary Color

#dc474e #47dcd5

#dc474e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc474e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc474e Color CSS Codes

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

#dc474e Text Font Color

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

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


#dc474e Background Color

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

This div background color is #dc474e


#dc474e Border Color

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

This div border color is #dc474e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc474e


Comments

No comments written yet.

Please login to write comment.