Color Hex Logo

#da564e Color Hex

#DA564E
(218,86,78)
0 Favorites   0 Comments

Color spaces of #da564e

RGB 2188678
HSL0.010.650.58
HSV64°85°
CMYK 0.000.610.64   0.15
XYZ33.616422.11119.7038
Yxy22.11110.51380.3379
Hunter Lab47.022445.320620.6803
CIE-Lab54.144751.248431.6036

#da564e color RGB value is (218,86,78).

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

The process color (four color CMYK) of #da564e color hex is 0.00, 0.61, 0.64, 0.15. Web safe color of #da564e is #cc6666. Color #da564e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010110 01001110
Octal 332 126 116
Decimal 218 86 78
Hex DA 56 4E

RGB Percentages of Color #da564e

%57.07
%22.51
%20.42

CMYK Percentages of Color #da564e

%0
%61
%64
%15

Triadic Colors of #da564e

#da564e #4eda56 #564eda

Analogous Colors of #da564e

#da564e #da9c4e #da4e8c

Monochromatic Colors of #da564e

#da564e

Complementary Color

#da564e #4ed2da

#da564e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da564e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da564e Color CSS Codes

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

#da564e Text Font Color

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

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


#da564e Background Color

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

This div background color is #da564e


#da564e Border Color

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

This div border color is #da564e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da564e


Comments

No comments written yet.

Please login to write comment.