Color Hex Logo

#dc482c Color Hex

#DC482C
(220,72,44)
0 Favorites   0 Comments

Color spaces of #dc482c

RGB 2207244
HSL0.030.720.52
HSV10°80°86°
CMYK 0.000.670.80   0.14
XYZ32.287220.03224.5478
Yxy20.03220.56780.3523
Hunter Lab44.757350.441625.3057
CIE-Lab51.873656.314447.6313

#dc482c color RGB value is (220,72,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001000 00101100
Octal 334 110 54
Decimal 220 72 44
Hex DC 48 2C

RGB Percentages of Color #dc482c

%65.48
%21.43
%13.10

CMYK Percentages of Color #dc482c

%0
%67
%80
%14

Triadic Colors of #dc482c

#dc482c #2cdc48 #482cdc

Analogous Colors of #dc482c

#dc482c #dca02c #dc2c68

Monochromatic Colors of #dc482c

#dc482c

Complementary Color

#dc482c #2cc0dc

#dc482c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc482c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc482c Color CSS Codes

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

#dc482c Text Font Color

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

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


#dc482c Background Color

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

This div background color is #dc482c


#dc482c Border Color

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

This div border color is #dc482c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc482c


Comments

No comments written yet.

Please login to write comment.