Color Hex Logo

#d6acdd Color Hex

#D6ACDD
(214,172,221)
0 Favorites   0 Comments

Color spaces of #d6acdd

RGB 214172221
HSL0.810.420.77
HSV291°22°87°
CMYK 0.030.220.00   0.13
XYZ55.535249.021674.9417
Yxy49.02160.30940.2731
Hunter Lab70.015419.0566-14.4508
CIE-Lab75.464823.7589-18.8861

#d6acdd color RGB value is (214,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101100 11011101
Octal 326 254 335
Decimal 214 172 221
Hex D6 AC DD

RGB Percentages of Color #d6acdd

%35.26
%28.34
%36.41

CMYK Percentages of Color #d6acdd

%3
%22
%0
%13

Triadic Colors of #d6acdd

#d6acdd #ddd6ac #acddd6

Analogous Colors of #d6acdd

#d6acdd #ddaccc #beacdd

Monochromatic Colors of #d6acdd

#d6acdd

Complementary Color

#d6acdd #b3ddac

#d6acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6acdd Color CSS Codes

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

#d6acdd Text Font Color

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

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


#d6acdd Background Color

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

This div background color is #d6acdd


#d6acdd Border Color

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

This div border color is #d6acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6acdd


Comments

No comments written yet.

Please login to write comment.