Color Hex Logo

#d7acdd Color Hex

#D7ACDD
(215,172,221)
0 Favorites   0 Comments

Color spaces of #d7acdd

RGB 215172221
HSL0.810.420.77
HSV293°22°87°
CMYK 0.030.220.00   0.13
XYZ55.828049.172674.9554
Yxy49.17260.31020.2732
Hunter Lab70.123219.3958-14.2895
CIE-Lab75.558624.0878-18.7351

#d7acdd color RGB value is (215,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101100 11011101
Octal 327 254 335
Decimal 215 172 221
Hex D7 AC DD

RGB Percentages of Color #d7acdd

%35.36
%28.29
%36.35

CMYK Percentages of Color #d7acdd

%3
%22
%0
%13

Triadic Colors of #d7acdd

#d7acdd #ddd7ac #acddd7

Analogous Colors of #d7acdd

#d7acdd #ddaccb #bfacdd

Monochromatic Colors of #d7acdd

#d7acdd

Complementary Color

#d7acdd #b2ddac

#d7acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7acdd Color CSS Codes

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

#d7acdd Text Font Color

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

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


#d7acdd Background Color

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

This div background color is #d7acdd


#d7acdd Border Color

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

This div border color is #d7acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7acdd


Comments

No comments written yet.

Please login to write comment.