Color Hex Logo

#dc480e Color Hex

#DC480E
(220,72,14)
0 Favorites   0 Comments

Color spaces of #dc480e

RGB 2207214
HSL0.050.880.46
HSV17°94°86°
CMYK 0.000.670.94   0.14
XYZ31.911819.88212.5711
Yxy19.88210.58700.3657
Hunter Lab44.589349.717927.7938
CIE-Lab51.703655.689559.3519

#dc480e color RGB value is (220,72,14).

#dc480e hex color red value is 220, green value is 72 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dc480e hue: 0.05 , saturation: 0.88 and the lightness value of dc480e is 0.46.

The process color (four color CMYK) of #dc480e color hex is 0.00, 0.67, 0.94, 0.14. Web safe color of #dc480e is #cc3300. Color #dc480e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001000 00001110
Octal 334 110 16
Decimal 220 72 14
Hex DC 48 E

RGB Percentages of Color #dc480e

%71.90
%23.53
%4.58

CMYK Percentages of Color #dc480e

%0
%67
%94
%14

Triadic Colors of #dc480e

#dc480e #0edc48 #480edc

Analogous Colors of #dc480e

#dc480e #dcaf0e #dc0e3b

Monochromatic Colors of #dc480e

#dc480e

Complementary Color

#dc480e #0ea2dc

#dc480e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc480e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc480e Color CSS Codes

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

#dc480e Text Font Color

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

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


#dc480e Background Color

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

This div background color is #dc480e


#dc480e Border Color

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

This div border color is #dc480e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc480e


Comments

No comments written yet.

Please login to write comment.