Color Hex Logo

#da704e Color Hex

#DA704E
(218,112,78)
0 Favorites   0 Comments

Color spaces of #da704e

RGB 21811278
HSL0.040.650.58
HSV15°64°85°
CMYK 0.000.490.64   0.15
XYZ36.082827.043810.5259
Yxy27.04380.48990.3672
Hunter Lab52.003732.846124.4019
CIE-Lab59.014838.700737.5457

#da704e color RGB value is (218,112,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 01001110
Octal 332 160 116
Decimal 218 112 78
Hex DA 70 4E

RGB Percentages of Color #da704e

%53.43
%27.45
%19.12

CMYK Percentages of Color #da704e

%0
%49
%64
%15

Triadic Colors of #da704e

#da704e #4eda70 #704eda

Analogous Colors of #da704e

#da704e #dab64e #da4e72

Monochromatic Colors of #da704e

#da704e

Complementary Color

#da704e #4eb8da

#da704e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da704e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da704e Color CSS Codes

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

#da704e Text Font Color

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

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


#da704e Background Color

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

This div background color is #da704e


#da704e Border Color

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

This div border color is #da704e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,112,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 #da704e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da704e


Comments

No comments written yet.

Please login to write comment.