Color Hex Logo

#d2aadd Color Hex

#D2AADD
(210,170,221)
0 Favorites   0 Comments

Color spaces of #d2aadd

RGB 210170221
HSL0.800.430.77
HSV287°23°87°
CMYK 0.050.230.00   0.13
XYZ54.004247.671574.7618
Yxy47.67150.30610.2702
Hunter Lab69.044618.7884-15.8683
CIE-Lab74.617323.5349-20.2059

#d2aadd color RGB value is (210,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101010 11011101
Octal 322 252 335
Decimal 210 170 221
Hex D2 AA DD

RGB Percentages of Color #d2aadd

%34.94
%28.29
%36.77

CMYK Percentages of Color #d2aadd

%5
%23
%0
%13

Triadic Colors of #d2aadd

#d2aadd #ddd2aa #aaddd2

Analogous Colors of #d2aadd

#d2aadd #ddaacf #b9aadd

Monochromatic Colors of #d2aadd

#d2aadd

Complementary Color

#d2aadd #b5ddaa

#d2aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2aadd Color CSS Codes

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

#d2aadd Text Font Color

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

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


#d2aadd Background Color

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

This div background color is #d2aadd


#d2aadd Border Color

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

This div border color is #d2aadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2aadd

#d2aadd Color Palettes


Comments

No comments written yet.

Please login to write comment.