Color Hex Logo

#dc473a Color Hex

#DC473A
(220,71,58)
0 Favorites   0 Comments

Color spaces of #dc473a

RGB 2207158
HSL0.010.700.55
HSV74°86°
CMYK 0.000.680.74   0.14
XYZ32.532220.02766.1541
Yxy20.02760.55410.3411
Hunter Lab44.752251.442623.1733
CIE-Lab51.868457.217040.2610

#dc473a color RGB value is (220,71,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000111 00111010
Octal 334 107 72
Decimal 220 71 58
Hex DC 47 3A

RGB Percentages of Color #dc473a

%63.04
%20.34
%16.62

CMYK Percentages of Color #dc473a

%0
%68
%74
%14

Triadic Colors of #dc473a

#dc473a #3adc47 #473adc

Analogous Colors of #dc473a

#dc473a #dc983a #dc3a7e

Monochromatic Colors of #dc473a

#dc473a

Complementary Color

#dc473a #3acfdc

#dc473a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc473a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc473a Color CSS Codes

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

#dc473a Text Font Color

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

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


#dc473a Background Color

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

This div background color is #dc473a


#dc473a Border Color

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

This div border color is #dc473a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc473a


Comments

No comments written yet.

Please login to write comment.