Color Hex Logo

#da977f Color Hex

#DA977F
(218,151,127)
0 Favorites   0 Comments

Color spaces of #da977f

RGB 218151127
HSL0.040.550.68
HSV16°42°85°
CMYK 0.000.310.42   0.15
XYZ43.810838.570925.2145
Yxy38.57090.40720.3585
Hunter Lab62.105517.233919.4024
CIE-Lab68.439322.271922.7675

#da977f color RGB value is (218,151,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010111 01111111
Octal 332 227 177
Decimal 218 151 127
Hex DA 97 7F

RGB Percentages of Color #da977f

%43.95
%30.44
%25.60

CMYK Percentages of Color #da977f

%0
%31
%42
%15

Triadic Colors of #da977f

#da977f #7fda97 #977fda

Analogous Colors of #da977f

#da977f #dac57f #da7f95

Monochromatic Colors of #da977f

#da977f

Complementary Color

#da977f #7fc2da

#da977f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da977f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da977f Color CSS Codes

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

#da977f Text Font Color

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

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


#da977f Background Color

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

This div background color is #da977f


#da977f Border Color

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

This div border color is #da977f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,151,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 #da977f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da977f


Comments

No comments written yet.

Please login to write comment.