Color Hex Logo

#da957f Color Hex

#DA957F
(218,149,127)
0 Favorites   0 Comments

Color spaces of #da957f

RGB 218149127
HSL0.040.550.68
HSV15°42°85°
CMYK 0.000.320.42   0.15
XYZ43.491737.932625.1081
Yxy37.93260.40820.3561
Hunter Lab61.589418.267118.9419
CIE-Lab67.970923.350822.1330

#da957f color RGB value is (218,149,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010101 01111111
Octal 332 225 177
Decimal 218 149 127
Hex DA 95 7F

RGB Percentages of Color #da957f

%44.13
%30.16
%25.71

CMYK Percentages of Color #da957f

%0
%32
%42
%15

Triadic Colors of #da957f

#da957f #7fda95 #957fda

Analogous Colors of #da957f

#da957f #dac37f #da7f97

Monochromatic Colors of #da957f

#da957f

Complementary Color

#da957f #7fc4da

#da957f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da957f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da957f Color CSS Codes

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

#da957f Text Font Color

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

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


#da957f Background Color

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

This div background color is #da957f


#da957f Border Color

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

This div border color is #da957f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da957f


Comments

No comments written yet.

Please login to write comment.