Color Hex Logo

#dc492e Color Hex

#DC492E
(220,73,46)
0 Favorites   0 Comments

Color spaces of #dc492e

RGB 2207346
HSL0.030.710.52
HSV79°86°
CMYK 0.000.670.79   0.14
XYZ32.390920.17804.7723
Yxy20.17800.56490.3519
Hunter Lab44.919950.103125.1450
CIE-Lab52.037955.979446.7910

#dc492e color RGB value is (220,73,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001001 00101110
Octal 334 111 56
Decimal 220 73 46
Hex DC 49 2E

RGB Percentages of Color #dc492e

%64.90
%21.53
%13.57

CMYK Percentages of Color #dc492e

%0
%67
%79
%14

Triadic Colors of #dc492e

#dc492e #2edc49 #492edc

Analogous Colors of #dc492e

#dc492e #dca02e #dc2e6a

Monochromatic Colors of #dc492e

#dc492e

Complementary Color

#dc492e #2ec1dc

#dc492e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc492e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc492e Color CSS Codes

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

#dc492e Text Font Color

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

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


#dc492e Background Color

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

This div background color is #dc492e


#dc492e Border Color

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

This div border color is #dc492e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc492e


Comments

No comments written yet.

Please login to write comment.