Color Hex Logo

#d1acdd Color Hex

#D1ACDD
(209,172,221)
0 Favorites   0 Comments

Color spaces of #d1acdd

RGB 209172221
HSL0.790.420.77
HSV285°22°87°
CMYK 0.050.220.00   0.13
XYZ54.098248.280874.8745
Yxy48.28080.30520.2724
Hunter Lab69.484417.3764-15.2502
CIE-Lab75.001722.1180-19.6317

#d1acdd color RGB value is (209,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101100 11011101
Octal 321 254 335
Decimal 209 172 221
Hex D1 AC DD

RGB Percentages of Color #d1acdd

%34.72
%28.57
%36.71

CMYK Percentages of Color #d1acdd

%5
%22
%0
%13

Triadic Colors of #d1acdd

#d1acdd #ddd1ac #acddd1

Analogous Colors of #d1acdd

#d1acdd #ddacd1 #b9acdd

Monochromatic Colors of #d1acdd

#d1acdd

Complementary Color

#d1acdd #b8ddac

#d1acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1acdd Color CSS Codes

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

#d1acdd Text Font Color

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

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


#d1acdd Background Color

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

This div background color is #d1acdd


#d1acdd Border Color

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

This div border color is #d1acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1acdd


Comments

No comments written yet.

Please login to write comment.