Color Hex Logo

#d2aade Color Hex

#D2AADE
(210,170,222)
0 Favorites   0 Comments

Color spaces of #d2aade

RGB 210170222
HSL0.790.440.77
HSV286°23°87°
CMYK 0.050.230.00   0.13
XYZ54.137947.725075.4657
Yxy47.72500.30530.2691
Hunter Lab69.083318.9878-16.4093
CIE-Lab74.651123.7303-20.6994

#d2aade color RGB value is (210,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101010 11011110
Octal 322 252 336
Decimal 210 170 222
Hex D2 AA DE

RGB Percentages of Color #d2aade

%34.88
%28.24
%36.88

CMYK Percentages of Color #d2aade

%5
%23
%0
%13

Triadic Colors of #d2aade

#d2aade #ded2aa #aaded2

Analogous Colors of #d2aade

#d2aade #deaad0 #b8aade

Monochromatic Colors of #d2aade

#d2aade

Complementary Color

#d2aade #b6deaa

#d2aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2aade Color CSS Codes

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

#d2aade Text Font Color

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

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


#d2aade Background Color

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

This div background color is #d2aade


#d2aade Border Color

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

This div border color is #d2aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2aade


Comments

No comments written yet.

Please login to write comment.