Color Hex Logo

#dc482e Color Hex

#DC482E
(220,72,46)
0 Favorites   0 Comments

Color spaces of #dc482e

RGB 2207246
HSL0.020.710.52
HSV79°86°
CMYK 0.000.670.79   0.14
XYZ32.325720.04764.7506
Yxy20.04760.56590.3509
Hunter Lab44.774550.515525.0515
CIE-Lab51.891056.378046.6448

#dc482e color RGB value is (220,72,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001000 00101110
Octal 334 110 56
Decimal 220 72 46
Hex DC 48 2E

RGB Percentages of Color #dc482e

%65.09
%21.30
%13.61

CMYK Percentages of Color #dc482e

%0
%67
%79
%14

Triadic Colors of #dc482e

#dc482e #2edc48 #482edc

Analogous Colors of #dc482e

#dc482e #dc9f2e #dc2e6b

Monochromatic Colors of #dc482e

#dc482e

Complementary Color

#dc482e #2ec2dc

#dc482e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc482e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc482e Color CSS Codes

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

#dc482e Text Font Color

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

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


#dc482e Background Color

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

This div background color is #dc482e


#dc482e Border Color

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

This div border color is #dc482e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,72,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 #dc482e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc482e


Comments

No comments written yet.

Please login to write comment.