Color Hex Logo

#dc5919 Color Hex

#DC5919
(220,89,25)
0 Favorites   0 Comments

Color spaces of #dc5919

RGB 2208925
HSL0.050.800.48
HSV20°89°86°
CMYK 0.000.600.89   0.14
XYZ33.263022.43063.4961
Yxy22.43060.56200.3790
Hunter Lab47.361042.484228.7760
CIE-Lab54.480948.555657.9509

#dc5919 color RGB value is (220,89,25).

#dc5919 hex color red value is 220, green value is 89 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dc5919 hue: 0.05 , saturation: 0.80 and the lightness value of dc5919 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011001 00011001
Octal 334 131 31
Decimal 220 89 25
Hex DC 59 19

RGB Percentages of Color #dc5919

%65.87
%26.65
%7.49

CMYK Percentages of Color #dc5919

%0
%60
%89
%14

Triadic Colors of #dc5919

#dc5919 #19dc59 #5919dc

Analogous Colors of #dc5919

#dc5919 #dcbb19 #dc193b

Monochromatic Colors of #dc5919

#dc5919

Complementary Color

#dc5919 #199cdc

#dc5919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5919 Color CSS Codes

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

#dc5919 Text Font Color

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

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


#dc5919 Background Color

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

This div background color is #dc5919


#dc5919 Border Color

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

This div border color is #dc5919


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5919


Comments

No comments written yet.

Please login to write comment.