Color Hex Logo

#d97faa Color Hex

#D97FAA
(217,127,170)
0 Favorites   0 Comments

Color spaces of #d97faa

RGB 217127170
HSL0.920.540.67
HSV331°41°85°
CMYK 0.000.410.22   0.15
XYZ43.460332.832742.0770
Yxy32.83270.36720.2774
Hunter Lab57.299835.1125-3.4286
CIE-Lab64.025240.2653-7.7027

#d97faa color RGB value is (217,127,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111111 10101010
Octal 331 177 252
Decimal 217 127 170
Hex D9 7F AA

RGB Percentages of Color #d97faa

%42.22
%24.71
%33.07

CMYK Percentages of Color #d97faa

%0
%41
%22
%15

Triadic Colors of #d97faa

#d97faa #aad97f #7faad9

Analogous Colors of #d97faa

#d97faa #d9817f #d97fd7

Monochromatic Colors of #d97faa

#d97faa

Complementary Color

#d97faa #7fd9ae

#d97faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97faa Color CSS Codes

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

#d97faa Text Font Color

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

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


#d97faa Background Color

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

This div background color is #d97faa


#d97faa Border Color

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

This div border color is #d97faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97faa


Comments

No comments written yet.

Please login to write comment.