Color Hex Logo

#d97f9c Color Hex

#D97F9C
(217,127,156)
0 Favorites   0 Comments

Color spaces of #d97f9c

RGB 217127156
HSL0.950.540.67
HSV341°41°85°
CMYK 0.000.410.28   0.15
XYZ42.205432.330835.4685
Yxy32.33080.38370.2939
Hunter Lab56.860232.98922.8179
CIE-Lab63.615338.2882-0.3446

#d97f9c color RGB value is (217,127,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111111 10011100
Octal 331 177 234
Decimal 217 127 156
Hex D9 7F 9C

RGB Percentages of Color #d97f9c

%43.40
%25.40
%31.20

CMYK Percentages of Color #d97f9c

%0
%41
%28
%15

Triadic Colors of #d97f9c

#d97f9c #9cd97f #7f9cd9

Analogous Colors of #d97f9c

#d97f9c #d98f7f #d97fc9

Monochromatic Colors of #d97f9c

#d97f9c

Complementary Color

#d97f9c #7fd9bc

#d97f9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97f9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97f9c Color CSS Codes

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

#d97f9c Text Font Color

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

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


#d97f9c Background Color

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

This div background color is #d97f9c


#d97f9c Border Color

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

This div border color is #d97f9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97f9c


Comments

No comments written yet.

Please login to write comment.