Color Hex Logo

#d8a7ac Color Hex

#D8A7AC
(216,167,172)
0 Favorites   0 Comments

Color spaces of #d8a7ac

RGB 216167172
HSL0.980.390.75
HSV354°23°85°
CMYK 0.000.230.20   0.15
XYZ49.584045.214945.1437
Yxy45.21490.35430.3231
Hunter Lab67.242013.95167.2644
CIE-Lab73.033218.74114.3718

#d8a7ac color RGB value is (216,167,172).

#d8a7ac hex color red value is 216, green value is 167 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d8a7ac hue: 0.98 , saturation: 0.39 and the lightness value of d8a7ac is 0.75.

The process color (four color CMYK) of #d8a7ac color hex is 0.00, 0.23, 0.20, 0.15. Web safe color of #d8a7ac is #cc9999. Color #d8a7ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10100111 10101100
Octal 330 247 254
Decimal 216 167 172
Hex D8 A7 AC

RGB Percentages of Color #d8a7ac

%38.92
%30.09
%30.99

CMYK Percentages of Color #d8a7ac

%0
%23
%20
%15

Triadic Colors of #d8a7ac

#d8a7ac #acd8a7 #a7acd8

Analogous Colors of #d8a7ac

#d8a7ac #d8bba7 #d8a7c5

Monochromatic Colors of #d8a7ac

#d8a7ac

Complementary Color

#d8a7ac #a7d8d3

#d8a7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8a7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8a7ac Color CSS Codes

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

#d8a7ac Text Font Color

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

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


#d8a7ac Background Color

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

This div background color is #d8a7ac


#d8a7ac Border Color

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

This div border color is #d8a7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8a7ac


Comments

No comments written yet.

Please login to write comment.