Color Hex Logo

#d4acdd Color Hex

#D4ACDD
(212,172,221)
0 Favorites   0 Comments

Color spaces of #d4acdd

RGB 212172221
HSL0.800.420.77
HSV289°22°87°
CMYK 0.040.220.00   0.13
XYZ54.955048.722674.9146
Yxy48.72260.30770.2728
Hunter Lab69.801618.3809-14.7719
CIE-Lab75.278423.1013-19.1860

#d4acdd color RGB value is (212,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101100 11011101
Octal 324 254 335
Decimal 212 172 221
Hex D4 AC DD

RGB Percentages of Color #d4acdd

%35.04
%28.43
%36.53

CMYK Percentages of Color #d4acdd

%4
%22
%0
%13

Triadic Colors of #d4acdd

#d4acdd #ddd4ac #acddd4

Analogous Colors of #d4acdd

#d4acdd #ddacce #bcacdd

Monochromatic Colors of #d4acdd

#d4acdd

Complementary Color

#d4acdd #b5ddac

#d4acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4acdd Color CSS Codes

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

#d4acdd Text Font Color

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

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


#d4acdd Background Color

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

This div background color is #d4acdd


#d4acdd Border Color

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

This div border color is #d4acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4acdd


Comments

No comments written yet.

Please login to write comment.