Color Hex Logo

#d9717e Color Hex

#D9717E
(217,113,126)
0 Favorites   0 Comments

Color spaces of #d9717e

RGB 217113126
HSL0.980.580.65
HSV353°48°85°
CMYK 0.000.480.42   0.15
XYZ38.286328.068323.1385
Yxy28.06830.42780.3136
Hunter Lab52.979536.281011.1911
CIE-Lab59.950441.892811.5992

#d9717e color RGB value is (217,113,126).

#d9717e hex color red value is 217, green value is 113 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #d9717e hue: 0.98 , saturation: 0.58 and the lightness value of d9717e is 0.65.

The process color (four color CMYK) of #d9717e color hex is 0.00, 0.48, 0.42, 0.15. Web safe color of #d9717e is #cc6666. Color #d9717e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110001 01111110
Octal 331 161 176
Decimal 217 113 126
Hex D9 71 7E

RGB Percentages of Color #d9717e

%47.59
%24.78
%27.63

CMYK Percentages of Color #d9717e

%0
%48
%42
%15

Triadic Colors of #d9717e

#d9717e #7ed971 #717ed9

Analogous Colors of #d9717e

#d9717e #d99871 #d971b2

Monochromatic Colors of #d9717e

#d9717e

Complementary Color

#d9717e #71d9cc

#d9717e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9717e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9717e Color CSS Codes

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

#d9717e Text Font Color

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

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


#d9717e Background Color

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

This div background color is #d9717e


#d9717e Border Color

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

This div border color is #d9717e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9717e


Comments

No comments written yet.

Please login to write comment.