Color Hex Logo

#da997e Color Hex

#DA997E
(218,153,126)
0 Favorites   0 Comments

Color spaces of #da997e

RGB 218153126
HSL0.050.550.67
HSV18°42°85°
CMYK 0.000.300.42   0.15
XYZ44.070639.194224.9811
Yxy39.19420.40710.3621
Hunter Lab62.605316.094820.1655
CIE-Lab68.891721.083823.9277

#da997e color RGB value is (218,153,126).

#da997e hex color red value is 218, green value is 153 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #da997e hue: 0.05 , saturation: 0.55 and the lightness value of da997e is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 01111110
Octal 332 231 176
Decimal 218 153 126
Hex DA 99 7E

RGB Percentages of Color #da997e

%43.86
%30.78
%25.35

CMYK Percentages of Color #da997e

%0
%30
%42
%15

Triadic Colors of #da997e

#da997e #7eda99 #997eda

Analogous Colors of #da997e

#da997e #dac77e #da7e91

Monochromatic Colors of #da997e

#da997e

Complementary Color

#da997e #7ebfda

#da997e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da997e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da997e Color CSS Codes

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

#da997e Text Font Color

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

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


#da997e Background Color

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

This div background color is #da997e


#da997e Border Color

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

This div border color is #da997e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da997e


Comments

No comments written yet.

Please login to write comment.