Color Hex Logo

#d97eaa Color Hex

#D97EAA
(217,126,170)
0 Favorites   0 Comments

Color spaces of #d97eaa

RGB 217126170
HSL0.920.540.67
HSV331°42°85°
CMYK 0.000.420.22   0.15
XYZ43.331832.575742.0341
Yxy32.57570.36740.2762
Hunter Lab57.075135.6369-3.7127
CIE-Lab63.815940.7877-8.0141

#d97eaa color RGB value is (217,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111110 10101010
Octal 331 176 252
Decimal 217 126 170
Hex D9 7E AA

RGB Percentages of Color #d97eaa

%42.30
%24.56
%33.14

CMYK Percentages of Color #d97eaa

%0
%42
%22
%15

Triadic Colors of #d97eaa

#d97eaa #aad97e #7eaad9

Analogous Colors of #d97eaa

#d97eaa #d9807e #d97ed8

Monochromatic Colors of #d97eaa

#d97eaa

Complementary Color

#d97eaa #7ed9ad

#d97eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97eaa Color CSS Codes

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

#d97eaa Text Font Color

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

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


#d97eaa Background Color

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

This div background color is #d97eaa


#d97eaa Border Color

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

This div border color is #d97eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97eaa


Comments

No comments written yet.

Please login to write comment.