Color Hex Logo

#d8acc7 Color Hex

#D8ACC7
(216,172,199)
0 Favorites   0 Comments

Color spaces of #d8acc7

RGB 216172199
HSL0.900.360.76
HSV323°20°85°
CMYK 0.000.200.08   0.15
XYZ53.380248.227560.5282
Yxy48.22750.32920.2975
Hunter Lab69.446015.6748-3.0641
CIE-Lab74.968220.4210-7.6065

#d8acc7 color RGB value is (216,172,199).

#d8acc7 hex color red value is 216, green value is 172 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #d8acc7 hue: 0.90 , saturation: 0.36 and the lightness value of d8acc7 is 0.76.

The process color (four color CMYK) of #d8acc7 color hex is 0.00, 0.20, 0.08, 0.15. Web safe color of #d8acc7 is #cc99cc. Color #d8acc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101100 11000111
Octal 330 254 307
Decimal 216 172 199
Hex D8 AC C7

RGB Percentages of Color #d8acc7

%36.80
%29.30
%33.90

CMYK Percentages of Color #d8acc7

%0
%20
%8
%15

Triadic Colors of #d8acc7

#d8acc7 #c7d8ac #acc7d8

Analogous Colors of #d8acc7

#d8acc7 #d8acb1 #d3acd8

Monochromatic Colors of #d8acc7

#d8acc7

Complementary Color

#d8acc7 #acd8bd

#d8acc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8acc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8acc7 Color CSS Codes

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

#d8acc7 Text Font Color

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

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


#d8acc7 Background Color

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

This div background color is #d8acc7


#d8acc7 Border Color

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

This div border color is #d8acc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8acc7

#d8acc7 Color Palettes


Comments

No comments written yet.

Please login to write comment.