Color Hex Logo

#dc5607 Color Hex

#DC5607
(220,86,7)
0 Favorites   0 Comments

Color spaces of #dc5607

RGB 220867
HSL0.060.940.45
HSV22°97°86°
CMYK 0.000.610.97   0.14
XYZ32.881321.88662.6925
Yxy21.88660.57220.3809
Hunter Lab46.783143.587529.3359
CIE-Lab53.906549.678862.2606

#dc5607 color RGB value is (220,86,7).

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

The process color (four color CMYK) of #dc5607 color hex is 0.00, 0.61, 0.97, 0.14. Web safe color of #dc5607 is #cc6600. Color #dc5607 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010110 00000111
Octal 334 126 7
Decimal 220 86 7
Hex DC 56 7

RGB Percentages of Color #dc5607

%70.29
%27.48
%2.24

CMYK Percentages of Color #dc5607

%0
%61
%97
%14

Triadic Colors of #dc5607

#dc5607 #07dc56 #5607dc

Analogous Colors of #dc5607

#dc5607 #dcc107 #dc0722

Monochromatic Colors of #dc5607

#dc5607

Complementary Color

#dc5607 #078ddc

#dc5607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5607 Color CSS Codes

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

#dc5607 Text Font Color

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

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


#dc5607 Background Color

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

This div background color is #dc5607


#dc5607 Border Color

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

This div border color is #dc5607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5607


Comments

No comments written yet.

Please login to write comment.