Color Hex Logo

#dc5407 Color Hex

#DC5407
(220,84,7)
0 Favorites   0 Comments

Color spaces of #dc5407

RGB 220847
HSL0.060.940.45
HSV22°97°86°
CMYK 0.000.620.97   0.14
XYZ32.723921.57162.6400
Yxy21.57160.57480.3789
Hunter Lab46.445244.486529.1416
CIE-Lab53.569550.570462.0608

#dc5407 color RGB value is (220,84,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010100 00000111
Octal 334 124 7
Decimal 220 84 7
Hex DC 54 7

RGB Percentages of Color #dc5407

%70.74
%27.01
%2.25

CMYK Percentages of Color #dc5407

%0
%62
%97
%14

Triadic Colors of #dc5407

#dc5407 #07dc54 #5407dc

Analogous Colors of #dc5407

#dc5407 #dcbf07 #dc0724

Monochromatic Colors of #dc5407

#dc5407

Complementary Color

#dc5407 #078fdc

#dc5407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5407 Color CSS Codes

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

#dc5407 Text Font Color

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

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


#dc5407 Background Color

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

This div background color is #dc5407


#dc5407 Border Color

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

This div border color is #dc5407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5407


Comments

No comments written yet.

Please login to write comment.