Color Hex Logo

#d8a3ac Color Hex

#D8A3AC
(216,163,172)
0 Favorites   0 Comments

Color spaces of #d8a3ac

RGB 216163172
HSL0.970.400.74
HSV350°25°85°
CMYK 0.000.250.20   0.15
XYZ48.862543.771944.9032
Yxy43.77190.35530.3183
Hunter Lab66.160316.05006.0720
CIE-Lab72.075820.90602.9864

#d8a3ac color RGB value is (216,163,172).

#d8a3ac hex color red value is 216, green value is 163 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d8a3ac hue: 0.97 , saturation: 0.40 and the lightness value of d8a3ac is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10100011 10101100
Octal 330 243 254
Decimal 216 163 172
Hex D8 A3 AC

RGB Percentages of Color #d8a3ac

%39.20
%29.58
%31.22

CMYK Percentages of Color #d8a3ac

%0
%25
%20
%15

Triadic Colors of #d8a3ac

#d8a3ac #acd8a3 #a3acd8

Analogous Colors of #d8a3ac

#d8a3ac #d8b5a3 #d8a3c7

Monochromatic Colors of #d8a3ac

#d8a3ac

Complementary Color

#d8a3ac #a3d8cf

#d8a3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8a3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8a3ac Color CSS Codes

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

#d8a3ac Text Font Color

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

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


#d8a3ac Background Color

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

This div background color is #d8a3ac


#d8a3ac Border Color

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

This div border color is #d8a3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8a3ac


Comments

No comments written yet.

Please login to write comment.