Color Hex Logo

#dc570e Color Hex

#DC570E
(220,87,14)
0 Favorites   0 Comments

Color spaces of #dc570e

RGB 2208714
HSL0.060.880.46
HSV21°94°86°
CMYK 0.000.600.94   0.14
XYZ33.002722.06372.9348
Yxy22.06370.56900.3804
Hunter Lab46.972043.213729.1760
CIE-Lab54.094549.299760.8869

#dc570e color RGB value is (220,87,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010111 00001110
Octal 334 127 16
Decimal 220 87 14
Hex DC 57 E

RGB Percentages of Color #dc570e

%68.54
%27.10
%4.36

CMYK Percentages of Color #dc570e

%0
%60
%94
%14

Triadic Colors of #dc570e

#dc570e #0edc57 #570edc

Analogous Colors of #dc570e

#dc570e #dcbe0e #dc0e2c

Monochromatic Colors of #dc570e

#dc570e

Complementary Color

#dc570e #0e93dc

#dc570e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc570e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc570e Color CSS Codes

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

#dc570e Text Font Color

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

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


#dc570e Background Color

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

This div background color is #dc570e


#dc570e Border Color

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

This div border color is #dc570e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,87,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 #dc570e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc570e


Comments

No comments written yet.

Please login to write comment.