Color Hex Logo

#da706d Color Hex

#DA706D
(218,112,109)
0 Favorites   0 Comments

Color spaces of #da706d

RGB 218112109
HSL0.000.600.64
HSV50°85°
CMYK 0.000.490.50   0.15
XYZ37.467927.597917.8201
Yxy27.59790.45200.3330
Hunter Lab52.533735.375216.6617
CIE-Lab59.523741.081820.8143

#da706d color RGB value is (218,112,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 01101101
Octal 332 160 155
Decimal 218 112 109
Hex DA 70 6D

RGB Percentages of Color #da706d

%49.66
%25.51
%24.83

CMYK Percentages of Color #da706d

%0
%49
%50
%15

Triadic Colors of #da706d

#da706d #6dda70 #706dda

Analogous Colors of #da706d

#da706d #daa76d #da6da1

Monochromatic Colors of #da706d

#da706d

Complementary Color

#da706d #6dd7da

#da706d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da706d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da706d Color CSS Codes

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

#da706d Text Font Color

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

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


#da706d Background Color

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

This div background color is #da706d


#da706d Border Color

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

This div border color is #da706d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da706d


Comments

No comments written yet.

Please login to write comment.