Color Hex Logo

#dc492f Color Hex

#DC492F
(220,73,47)
0 Favorites   0 Comments

Color spaces of #dc492f

RGB 2207347
HSL0.030.710.52
HSV79°86°
CMYK 0.000.670.79   0.14
XYZ32.410820.18604.8774
Yxy20.18600.56390.3512
Hunter Lab44.928850.141025.0138
CIE-Lab52.046956.012246.2926

#dc492f color RGB value is (220,73,47).

#dc492f hex color red value is 220, green value is 73 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dc492f hue: 0.03 , saturation: 0.71 and the lightness value of dc492f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001001 00101111
Octal 334 111 57
Decimal 220 73 47
Hex DC 49 2F

RGB Percentages of Color #dc492f

%64.71
%21.47
%13.82

CMYK Percentages of Color #dc492f

%0
%67
%79
%14

Triadic Colors of #dc492f

#dc492f #2fdc49 #492fdc

Analogous Colors of #dc492f

#dc492f #dca02f #dc2f6c

Monochromatic Colors of #dc492f

#dc492f

Complementary Color

#dc492f #2fc2dc

#dc492f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc492f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc492f Color CSS Codes

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

#dc492f Text Font Color

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

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


#dc492f Background Color

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

This div background color is #dc492f


#dc492f Border Color

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

This div border color is #dc492f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc492f


Comments

No comments written yet.

Please login to write comment.