Color Hex Logo

#dc480b Color Hex

#DC480B
(220,72,11)
0 Favorites   0 Comments

Color spaces of #dc480b

RGB 2207211
HSL0.050.900.45
HSV18°95°86°
CMYK 0.000.670.95   0.14
XYZ31.893019.87452.4718
Yxy19.87450.58800.3664
Hunter Lab44.580849.682027.9192
CIE-Lab51.695055.658560.0854

#dc480b color RGB value is (220,72,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001000 00001011
Octal 334 110 13
Decimal 220 72 11
Hex DC 48 B

RGB Percentages of Color #dc480b

%72.61
%23.76
%3.63

CMYK Percentages of Color #dc480b

%0
%67
%95
%14

Triadic Colors of #dc480b

#dc480b #0bdc48 #480bdc

Analogous Colors of #dc480b

#dc480b #dcb10b #dc0b37

Monochromatic Colors of #dc480b

#dc480b

Complementary Color

#dc480b #0b9fdc

#dc480b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc480b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc480b Color CSS Codes

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

#dc480b Text Font Color

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

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


#dc480b Background Color

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

This div background color is #dc480b


#dc480b Border Color

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

This div border color is #dc480b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc480b


Comments

No comments written yet.

Please login to write comment.