Color Hex Logo

#da572d Color Hex

#DA572D
(218,87,45)
0 Favorites   0 Comments

Color spaces of #da572d

RGB 2188745
HSL0.040.700.52
HSV15°79°85°
CMYK 0.000.600.79   0.15
XYZ32.795321.91134.9834
Yxy21.91130.54940.3671
Hunter Lab46.809543.142626.4546
CIE-Lab53.932849.259249.0332

#da572d color RGB value is (218,87,45).

#da572d hex color red value is 218, green value is 87 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #da572d hue: 0.04 , saturation: 0.70 and the lightness value of da572d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 00101101
Octal 332 127 55
Decimal 218 87 45
Hex DA 57 2D

RGB Percentages of Color #da572d

%62.29
%24.86
%12.86

CMYK Percentages of Color #da572d

%0
%60
%79
%15

Triadic Colors of #da572d

#da572d #2dda57 #572dda

Analogous Colors of #da572d

#da572d #daae2d #da2d59

Monochromatic Colors of #da572d

#da572d

Complementary Color

#da572d #2db0da

#da572d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da572d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da572d Color CSS Codes

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

#da572d Text Font Color

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

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


#da572d Background Color

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

This div background color is #da572d


#da572d Border Color

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

This div border color is #da572d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da572d


Comments

No comments written yet.

Please login to write comment.