Color Hex Logo

#da706e Color Hex

#DA706E
(218,112,110)
0 Favorites   0 Comments

Color spaces of #da706e

RGB 218112110
HSL0.000.590.64
HSV50°85°
CMYK 0.000.490.50   0.15
XYZ37.522127.619618.1053
Yxy27.61960.45070.3318
Hunter Lab52.554435.473116.3623
CIE-Lab59.543541.173220.2679

#da706e color RGB value is (218,112,110).

#da706e hex color red value is 218, green value is 112 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #da706e hue: 0.00 , saturation: 0.59 and the lightness value of da706e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 01101110
Octal 332 160 156
Decimal 218 112 110
Hex DA 70 6E

RGB Percentages of Color #da706e

%49.55
%25.45
%25.00

CMYK Percentages of Color #da706e

%0
%49
%50
%15

Triadic Colors of #da706e

#da706e #6eda70 #706eda

Analogous Colors of #da706e

#da706e #daa66e #da6ea2

Monochromatic Colors of #da706e

#da706e

Complementary Color

#da706e #6ed8da

#da706e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da706e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da706e Color CSS Codes

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

#da706e Text Font Color

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

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


#da706e Background Color

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

This div background color is #da706e


#da706e Border Color

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

This div border color is #da706e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da706e


Comments

No comments written yet.

Please login to write comment.