Color Hex Logo

#da571c Color Hex

#DA571C
(218,87,28)
0 Favorites   0 Comments

Color spaces of #da571c

RGB 2188728
HSL0.050.770.48
HSV19°87°85°
CMYK 0.000.600.87   0.15
XYZ32.531221.80573.5929
Yxy21.80570.56160.3764
Hunter Lab46.696642.633128.1257
CIE-Lab53.820248.800356.2305

#da571c color RGB value is (218,87,28).

#da571c hex color red value is 218, green value is 87 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #da571c hue: 0.05 , saturation: 0.77 and the lightness value of da571c is 0.48.

The process color (four color CMYK) of #da571c color hex is 0.00, 0.60, 0.87, 0.15. Web safe color of #da571c is #cc6633. Color #da571c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 00011100
Octal 332 127 34
Decimal 218 87 28
Hex DA 57 1C

RGB Percentages of Color #da571c

%65.47
%26.13
%8.41

CMYK Percentages of Color #da571c

%0
%60
%87
%15

Triadic Colors of #da571c

#da571c #1cda57 #571cda

Analogous Colors of #da571c

#da571c #dab61c #da1c40

Monochromatic Colors of #da571c

#da571c

Complementary Color

#da571c #1c9fda

#da571c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da571c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da571c Color CSS Codes

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

#da571c Text Font Color

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

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


#da571c Background Color

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

This div background color is #da571c


#da571c Border Color

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

This div border color is #da571c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,87,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da571c


Comments

No comments written yet.

Please login to write comment.