Color Hex Logo

#da564c Color Hex

#DA564C
(218,86,76)
0 Favorites   0 Comments

Color spaces of #da564c

RGB 2188676
HSL0.010.660.58
HSV65°85°
CMYK 0.000.610.65   0.15
XYZ33.545722.08289.3318
Yxy22.08280.51640.3399
Hunter Lab46.992345.186521.1208
CIE-Lab54.114751.129432.7085

#da564c color RGB value is (218,86,76).

#da564c hex color red value is 218, green value is 86 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #da564c hue: 0.01 , saturation: 0.66 and the lightness value of da564c is 0.58.

The process color (four color CMYK) of #da564c color hex is 0.00, 0.61, 0.65, 0.15. Web safe color of #da564c is #cc6633. Color #da564c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010110 01001100
Octal 332 126 114
Decimal 218 86 76
Hex DA 56 4C

RGB Percentages of Color #da564c

%57.37
%22.63
%20.00

CMYK Percentages of Color #da564c

%0
%61
%65
%15

Triadic Colors of #da564c

#da564c #4cda56 #564cda

Analogous Colors of #da564c

#da564c #da9d4c #da4c89

Monochromatic Colors of #da564c

#da564c

Complementary Color

#da564c #4cd0da

#da564c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da564c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da564c Color CSS Codes

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

#da564c Text Font Color

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

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


#da564c Background Color

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

This div background color is #da564c


#da564c Border Color

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

This div border color is #da564c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da564c


Comments

No comments written yet.

Please login to write comment.