Color Hex Logo

#d3aadd Color Hex

#D3AADD
(211,170,221)
0 Favorites   0 Comments

Color spaces of #d3aadd

RGB 211170221
HSL0.800.430.77
HSV288°23°87°
CMYK 0.050.230.00   0.13
XYZ54.289847.818874.7752
Yxy47.81880.30690.2703
Hunter Lab69.151119.1239-15.7063
CIE-Lab74.710523.8618-20.0556

#d3aadd color RGB value is (211,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10101010 11011101
Octal 323 252 335
Decimal 211 170 221
Hex D3 AA DD

RGB Percentages of Color #d3aadd

%35.05
%28.24
%36.71

CMYK Percentages of Color #d3aadd

%5
%23
%0
%13

Triadic Colors of #d3aadd

#d3aadd #ddd3aa #aaddd3

Analogous Colors of #d3aadd

#d3aadd #ddaace #baaadd

Monochromatic Colors of #d3aadd

#d3aadd

Complementary Color

#d3aadd #b4ddaa

#d3aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3aadd Color CSS Codes

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

#d3aadd Text Font Color

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

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


#d3aadd Background Color

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

This div background color is #d3aadd


#d3aadd Border Color

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

This div border color is #d3aadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3aadd


Comments

No comments written yet.

Please login to write comment.