Color Hex Logo

#d8728e Color Hex

#D8728E
(216,114,142)
0 Favorites   0 Comments

Color spaces of #d8728e

RGB 216114142
HSL0.950.570.65
HSV344°47°85°
CMYK 0.000.470.34   0.15
XYZ39.218728.586629.0419
Yxy28.58660.40500.2952
Hunter Lab53.466437.36705.2214
CIE-Lab60.415042.86363.0086

#d8728e color RGB value is (216,114,142).

#d8728e hex color red value is 216, green value is 114 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d8728e hue: 0.95 , saturation: 0.57 and the lightness value of d8728e is 0.65.

The process color (four color CMYK) of #d8728e color hex is 0.00, 0.47, 0.34, 0.15. Web safe color of #d8728e is #cc6699. Color #d8728e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110010 10001110
Octal 330 162 216
Decimal 216 114 142
Hex D8 72 8E

RGB Percentages of Color #d8728e

%45.76
%24.15
%30.08

CMYK Percentages of Color #d8728e

%0
%47
%34
%15

Triadic Colors of #d8728e

#d8728e #8ed872 #728ed8

Analogous Colors of #d8728e

#d8728e #d88972 #d872c1

Monochromatic Colors of #d8728e

#d8728e

Complementary Color

#d8728e #72d8bc

#d8728e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8728e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8728e Color CSS Codes

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

#d8728e Text Font Color

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

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


#d8728e Background Color

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

This div background color is #d8728e


#d8728e Border Color

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

This div border color is #d8728e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,114,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8728e


Comments

No comments written yet.

Please login to write comment.