Color Hex Logo

#d8acdd Color Hex

#D8ACDD
(216,172,221)
0 Favorites   0 Comments

Color spaces of #d8acdd

RGB 216172221
HSL0.820.420.77
HSV294°22°87°
CMYK 0.020.220.00   0.13
XYZ56.122649.324474.9692
Yxy49.32440.31110.2734
Hunter Lab70.231319.7364-14.1278
CIE-Lab75.652724.4174-18.5836

#d8acdd color RGB value is (216,172,221).

#d8acdd hex color red value is 216, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d8acdd hue: 0.82 , saturation: 0.42 and the lightness value of d8acdd is 0.77.

The process color (four color CMYK) of #d8acdd color hex is 0.02, 0.22, 0.00, 0.13. Web safe color of #d8acdd is #cc99cc. Color #d8acdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101100 11011101
Octal 330 254 335
Decimal 216 172 221
Hex D8 AC DD

RGB Percentages of Color #d8acdd

%35.47
%28.24
%36.29

CMYK Percentages of Color #d8acdd

%2
%22
%0
%13

Triadic Colors of #d8acdd

#d8acdd #ddd8ac #acddd8

Analogous Colors of #d8acdd

#d8acdd #ddacca #c0acdd

Monochromatic Colors of #d8acdd

#d8acdd

Complementary Color

#d8acdd #b1ddac

#d8acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8acdd Color CSS Codes

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

#d8acdd Text Font Color

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

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


#d8acdd Background Color

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

This div background color is #d8acdd


#d8acdd Border Color

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

This div border color is #d8acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8acdd


Comments

No comments written yet.

Please login to write comment.