Color Hex Logo

#da705f Color Hex

#DA705F
(218,112,95)
0 Favorites   0 Comments

Color spaces of #da705f

RGB 21811295
HSL0.020.620.61
HSV56°85°
CMYK 0.000.490.56   0.15
XYZ36.773227.320014.1616
Yxy27.32000.46990.3491
Hunter Lab52.268534.112620.5240
CIE-Lab59.269439.898228.4426

#da705f color RGB value is (218,112,95).

#da705f hex color red value is 218, green value is 112 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #da705f hue: 0.02 , saturation: 0.62 and the lightness value of da705f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 01011111
Octal 332 160 137
Decimal 218 112 95
Hex DA 70 5F

RGB Percentages of Color #da705f

%51.29
%26.35
%22.35

CMYK Percentages of Color #da705f

%0
%49
%56
%15

Triadic Colors of #da705f

#da705f #5fda70 #705fda

Analogous Colors of #da705f

#da705f #daae5f #da5f8c

Monochromatic Colors of #da705f

#da705f

Complementary Color

#da705f #5fc9da

#da705f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da705f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da705f Color CSS Codes

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

#da705f Text Font Color

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

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


#da705f Background Color

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

This div background color is #da705f


#da705f Border Color

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

This div border color is #da705f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da705f


Comments

No comments written yet.

Please login to write comment.