Color Hex Logo

#d9727e Color Hex

#D9727E
(217,114,126)
0 Favorites   0 Comments

Color spaces of #d9727e

RGB 217114126
HSL0.980.580.65
HSV353°47°85°
CMYK 0.000.470.42   0.15
XYZ38.398528.292723.1759
Yxy28.29270.42730.3148
Hunter Lab53.190935.775111.4003
CIE-Lab60.152341.383011.8829

#d9727e color RGB value is (217,114,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110010 01111110
Octal 331 162 176
Decimal 217 114 126
Hex D9 72 7E

RGB Percentages of Color #d9727e

%47.48
%24.95
%27.57

CMYK Percentages of Color #d9727e

%0
%47
%42
%15

Triadic Colors of #d9727e

#d9727e #7ed972 #727ed9

Analogous Colors of #d9727e

#d9727e #d99a72 #d972b2

Monochromatic Colors of #d9727e

#d9727e

Complementary Color

#d9727e #72d9cd

#d9727e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9727e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9727e Color CSS Codes

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

#d9727e Text Font Color

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

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


#d9727e Background Color

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

This div background color is #d9727e


#d9727e Border Color

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

This div border color is #d9727e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9727e


Comments

No comments written yet.

Please login to write comment.