Color Hex Logo

#da957c Color Hex

#DA957C
(218,149,124)
0 Favorites   0 Comments

Color spaces of #da957c

RGB 218149124
HSL0.040.560.67
HSV16°43°85°
CMYK 0.000.320.43   0.15
XYZ43.299037.855624.0935
Yxy37.85560.41140.3597
Hunter Lab61.526917.945719.8513
CIE-Lab67.914123.026023.7097

#da957c color RGB value is (218,149,124).

#da957c hex color red value is 218, green value is 149 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #da957c hue: 0.04 , saturation: 0.56 and the lightness value of da957c is 0.67.

The process color (four color CMYK) of #da957c color hex is 0.00, 0.32, 0.43, 0.15. Web safe color of #da957c is #cc9966. Color #da957c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010101 01111100
Octal 332 225 174
Decimal 218 149 124
Hex DA 95 7C

RGB Percentages of Color #da957c

%44.40
%30.35
%25.25

CMYK Percentages of Color #da957c

%0
%32
%43
%15

Triadic Colors of #da957c

#da957c #7cda95 #957cda

Analogous Colors of #da957c

#da957c #dac47c #da7c92

Monochromatic Colors of #da957c

#da957c

Complementary Color

#da957c #7cc1da

#da957c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da957c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da957c Color CSS Codes

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

#da957c Text Font Color

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

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


#da957c Background Color

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

This div background color is #da957c


#da957c Border Color

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

This div border color is #da957c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da957c


Comments

No comments written yet.

Please login to write comment.