Color Hex Logo

#da756f Color Hex

#DA756F
(218,117,111)
0 Favorites   0 Comments

Color spaces of #da756f

RGB 218117111
HSL0.010.590.65
HSV49°85°
CMYK 0.000.460.49   0.15
XYZ38.144028.775718.5828
Yxy28.77570.44610.3365
Hunter Lab53.643033.051017.0111
CIE-Lab60.583238.707321.1019

#da756f color RGB value is (218,117,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110101 01101111
Octal 332 165 157
Decimal 218 117 111
Hex DA 75 6F

RGB Percentages of Color #da756f

%48.88
%26.23
%24.89

CMYK Percentages of Color #da756f

%0
%46
%49
%15

Triadic Colors of #da756f

#da756f #6fda75 #756fda

Analogous Colors of #da756f

#da756f #daab6f #da6f9f

Monochromatic Colors of #da756f

#da756f

Complementary Color

#da756f #6fd4da

#da756f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da756f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da756f Color CSS Codes

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

#da756f Text Font Color

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

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


#da756f Background Color

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

This div background color is #da756f


#da756f Border Color

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

This div border color is #da756f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da756f


Comments

No comments written yet.

Please login to write comment.