Color Hex Logo

#d5aadd Color Hex

#D5AADD
(213,170,221)
0 Favorites   0 Comments

Color spaces of #d5aadd

RGB 213170221
HSL0.810.430.77
HSV291°23°87°
CMYK 0.040.230.00   0.13
XYZ54.866448.116074.8022
Yxy48.11600.30860.2706
Hunter Lab69.365719.7987-15.3808
CIE-Lab74.898024.5169-19.7535

#d5aadd color RGB value is (213,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101010 11011101
Octal 325 252 335
Decimal 213 170 221
Hex D5 AA DD

RGB Percentages of Color #d5aadd

%35.26
%28.15
%36.59

CMYK Percentages of Color #d5aadd

%4
%23
%0
%13

Triadic Colors of #d5aadd

#d5aadd #ddd5aa #aaddd5

Analogous Colors of #d5aadd

#d5aadd #ddaacc #bcaadd

Monochromatic Colors of #d5aadd

#d5aadd

Complementary Color

#d5aadd #b2ddaa

#d5aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5aadd Color CSS Codes

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

#d5aadd Text Font Color

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

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


#d5aadd Background Color

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

This div background color is #d5aadd


#d5aadd Border Color

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

This div border color is #d5aadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5aadd


Comments

No comments written yet.

Please login to write comment.