Color Hex Logo

#dc641f Color Hex

#DC641F
(220,100,31)
0 Favorites   0 Comments

Color spaces of #dc641f

RGB 22010031
HSL0.060.750.49
HSV22°86°86°
CMYK 0.000.550.86   0.14
XYZ34.319724.42894.2027
Yxy24.42890.54520.3881
Hunter Lab49.425637.450429.5564
CIE-Lab56.514743.481857.4347

#dc641f color RGB value is (220,100,31).

#dc641f hex color red value is 220, green value is 100 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dc641f hue: 0.06 , saturation: 0.75 and the lightness value of dc641f is 0.49.

The process color (four color CMYK) of #dc641f color hex is 0.00, 0.55, 0.86, 0.14. Web safe color of #dc641f is #cc6633. Color #dc641f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100100 00011111
Octal 334 144 37
Decimal 220 100 31
Hex DC 64 1F

RGB Percentages of Color #dc641f

%62.68
%28.49
%8.83

CMYK Percentages of Color #dc641f

%0
%55
%86
%14

Triadic Colors of #dc641f

#dc641f #1fdc64 #641fdc

Analogous Colors of #dc641f

#dc641f #dcc31f #dc1f39

Monochromatic Colors of #dc641f

#dc641f

Complementary Color

#dc641f #1f97dc

#dc641f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc641f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc641f Color CSS Codes

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

#dc641f Text Font Color

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

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


#dc641f Background Color

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

This div background color is #dc641f


#dc641f Border Color

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

This div border color is #dc641f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc641f


Comments

No comments written yet.

Please login to write comment.