Color Hex Logo

#da756c Color Hex

#DA756C
(218,117,108)
0 Favorites   0 Comments

Color spaces of #da756c

RGB 218117108
HSL0.010.600.64
HSV50°85°
CMYK 0.000.460.50   0.15
XYZ37.981528.710717.7272
Yxy28.71070.44990.3401
Hunter Lab53.582432.759417.8921
CIE-Lab60.525538.431522.7319

#da756c color RGB value is (218,117,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110101 01101100
Octal 332 165 154
Decimal 218 117 108
Hex DA 75 6C

RGB Percentages of Color #da756c

%49.21
%26.41
%24.38

CMYK Percentages of Color #da756c

%0
%46
%50
%15

Triadic Colors of #da756c

#da756c #6cda75 #756cda

Analogous Colors of #da756c

#da756c #daac6c #da6c9a

Monochromatic Colors of #da756c

#da756c

Complementary Color

#da756c #6cd1da

#da756c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da756c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da756c Color CSS Codes

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

#da756c Text Font Color

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

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


#da756c Background Color

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

This div background color is #da756c


#da756c Border Color

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

This div border color is #da756c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da756c


Comments

No comments written yet.

Please login to write comment.