Color Hex Logo

#dc570f Color Hex

#DC570F
(220,87,15)
0 Favorites   0 Comments

Color spaces of #dc570f

RGB 2208715
HSL0.060.870.46
HSV21°93°86°
CMYK 0.000.600.93   0.14
XYZ33.009622.06652.9714
Yxy22.06650.56870.3801
Hunter Lab46.975043.226729.1321
CIE-Lab54.097549.311460.6438

#dc570f color RGB value is (220,87,15).

#dc570f hex color red value is 220, green value is 87 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dc570f hue: 0.06 , saturation: 0.87 and the lightness value of dc570f is 0.46.

The process color (four color CMYK) of #dc570f color hex is 0.00, 0.60, 0.93, 0.14. Web safe color of #dc570f is #cc6600. Color #dc570f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010111 00001111
Octal 334 127 17
Decimal 220 87 15
Hex DC 57 F

RGB Percentages of Color #dc570f

%68.32
%27.02
%4.66

CMYK Percentages of Color #dc570f

%0
%60
%93
%14

Triadic Colors of #dc570f

#dc570f #0fdc57 #570fdc

Analogous Colors of #dc570f

#dc570f #dcbe0f #dc0f2e

Monochromatic Colors of #dc570f

#dc570f

Complementary Color

#dc570f #0f94dc

#dc570f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc570f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc570f Color CSS Codes

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

#dc570f Text Font Color

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

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


#dc570f Background Color

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

This div background color is #dc570f


#dc570f Border Color

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

This div border color is #dc570f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc570f


Comments

No comments written yet.

Please login to write comment.