Color Hex Logo

#d9aade Color Hex

#D9AADE
(217,170,222)
0 Favorites   0 Comments

Color spaces of #d9aade

RGB 217170222
HSL0.820.440.77
HSV294°23°87°
CMYK 0.020.230.00   0.13
XYZ56.174848.775175.5610
Yxy48.77510.31120.2702
Hunter Lab69.839221.3571-15.2601
CIE-Lab75.311226.0194-19.6359

#d9aade color RGB value is (217,170,222).

#d9aade hex color red value is 217, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d9aade hue: 0.82 , saturation: 0.44 and the lightness value of d9aade is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101010 11011110
Octal 331 252 336
Decimal 217 170 222
Hex D9 AA DE

RGB Percentages of Color #d9aade

%35.63
%27.91
%36.45

CMYK Percentages of Color #d9aade

%2
%23
%0
%13

Triadic Colors of #d9aade

#d9aade #ded9aa #aaded9

Analogous Colors of #d9aade

#d9aade #deaac9 #bfaade

Monochromatic Colors of #d9aade

#d9aade

Complementary Color

#d9aade #afdeaa

#d9aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aade Color CSS Codes

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

#d9aade Text Font Color

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

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


#d9aade Background Color

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

This div background color is #d9aade


#d9aade Border Color

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

This div border color is #d9aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aade


Comments

No comments written yet.

Please login to write comment.