Color Hex Logo

#d7acde Color Hex

#D7ACDE
(215,172,222)
0 Favorites   0 Comments

Color spaces of #d7acde

RGB 215172222
HSL0.810.430.77
HSV292°23°87°
CMYK 0.030.230.00   0.13
XYZ55.961749.226075.6593
Yxy49.22600.30940.2722
Hunter Lab70.161219.5922-14.8233
CIE-Lab75.591724.2790-19.2290

#d7acde color RGB value is (215,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101100 11011110
Octal 327 254 336
Decimal 215 172 222
Hex D7 AC DE

RGB Percentages of Color #d7acde

%35.30
%28.24
%36.45

CMYK Percentages of Color #d7acde

%3
%23
%0
%13

Triadic Colors of #d7acde

#d7acde #ded7ac #acded7

Analogous Colors of #d7acde

#d7acde #deaccc #beacde

Monochromatic Colors of #d7acde

#d7acde

Complementary Color

#d7acde #b3deac

#d7acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7acde Color CSS Codes

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

#d7acde Text Font Color

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

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


#d7acde Background Color

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

This div background color is #d7acde


#d7acde Border Color

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

This div border color is #d7acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7acde


Comments

No comments written yet.

Please login to write comment.