Color Hex Logo

#dc521e Color Hex

#DC521E
(220,82,30)
0 Favorites   0 Comments

Color spaces of #dc521e

RGB 2208230
HSL0.050.760.49
HSV16°86°86°
CMYK 0.000.630.86   0.14
XYZ32.766821.34403.6211
Yxy21.34400.56760.3697
Hunter Lab46.199645.750927.6926
CIE-Lab53.323951.781855.2074

#dc521e color RGB value is (220,82,30).

#dc521e hex color red value is 220, green value is 82 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dc521e hue: 0.05 , saturation: 0.76 and the lightness value of dc521e is 0.49.

The process color (four color CMYK) of #dc521e color hex is 0.00, 0.63, 0.86, 0.14. Web safe color of #dc521e is #cc6633. Color #dc521e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010010 00011110
Octal 334 122 36
Decimal 220 82 30
Hex DC 52 1E

RGB Percentages of Color #dc521e

%66.27
%24.70
%9.04

CMYK Percentages of Color #dc521e

%0
%63
%86
%14

Triadic Colors of #dc521e

#dc521e #1edc52 #521edc

Analogous Colors of #dc521e

#dc521e #dcb11e #dc1e49

Monochromatic Colors of #dc521e

#dc521e

Complementary Color

#dc521e #1ea8dc

#dc521e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc521e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc521e Color CSS Codes

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

#dc521e Text Font Color

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

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


#dc521e Background Color

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

This div background color is #dc521e


#dc521e Border Color

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

This div border color is #dc521e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc521e


Comments

No comments written yet.

Please login to write comment.