Color Hex Logo

#dc520a Color Hex

#DC520A
(220,82,10)
0 Favorites   0 Comments

Color spaces of #dc520a

RGB 2208210
HSL0.060.910.45
HSV21°95°86°
CMYK 0.000.630.95   0.14
XYZ32.587321.27212.6756
Yxy21.27210.57640.3763
Hunter Lab46.121745.406328.8457
CIE-Lab53.246051.476361.2441

#dc520a color RGB value is (220,82,10).

#dc520a hex color red value is 220, green value is 82 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dc520a hue: 0.06 , saturation: 0.91 and the lightness value of dc520a is 0.45.

The process color (four color CMYK) of #dc520a color hex is 0.00, 0.63, 0.95, 0.14. Web safe color of #dc520a is #cc6600. Color #dc520a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010010 00001010
Octal 334 122 12
Decimal 220 82 10
Hex DC 52 A

RGB Percentages of Color #dc520a

%70.51
%26.28
%3.21

CMYK Percentages of Color #dc520a

%0
%63
%95
%14

Triadic Colors of #dc520a

#dc520a #0adc52 #520adc

Analogous Colors of #dc520a

#dc520a #dcbb0a #dc0a2b

Monochromatic Colors of #dc520a

#dc520a

Complementary Color

#dc520a #0a94dc

#dc520a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc520a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc520a Color CSS Codes

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

#dc520a Text Font Color

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

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


#dc520a Background Color

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

This div background color is #dc520a


#dc520a Border Color

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

This div border color is #dc520a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc520a


Comments

No comments written yet.

Please login to write comment.