Color Hex Logo

#d97daa Color Hex

#D97DAA
(217,125,170)
0 Favorites   0 Comments

Color spaces of #d97daa

RGB 217125170
HSL0.920.550.67
HSV331°42°85°
CMYK 0.000.420.22   0.15
XYZ43.204632.321241.9917
Yxy32.32120.36760.2750
Hunter Lab56.851736.1609-3.9964
CIE-Lab63.607541.3090-8.3244

#d97daa color RGB value is (217,125,170).

#d97daa hex color red value is 217, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d97daa hue: 0.92 , saturation: 0.55 and the lightness value of d97daa is 0.67.

The process color (four color CMYK) of #d97daa color hex is 0.00, 0.42, 0.22, 0.15. Web safe color of #d97daa is #cc6699. Color #d97daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111101 10101010
Octal 331 175 252
Decimal 217 125 170
Hex D9 7D AA

RGB Percentages of Color #d97daa

%42.38
%24.41
%33.20

CMYK Percentages of Color #d97daa

%0
%42
%22
%15

Triadic Colors of #d97daa

#d97daa #aad97d #7daad9

Analogous Colors of #d97daa

#d97daa #d97e7d #d97dd8

Monochromatic Colors of #d97daa

#d97daa

Complementary Color

#d97daa #7dd9ac

#d97daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97daa Color CSS Codes

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

#d97daa Text Font Color

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

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


#d97daa Background Color

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

This div background color is #d97daa


#d97daa Border Color

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

This div border color is #d97daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,125,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d97daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d97daa;
  -webkit-box-shadow: 1px 1px 3px 2px #d97daa;
  box-shadow:         1px 1px 3px 2px #d97daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,125,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97daa


Comments

No comments written yet.

Please login to write comment.