Color Hex Logo

#d1aabd Color Hex

#D1AABD
(209,170,189)
0 Favorites   0 Comments

Color spaces of #d1aabd

RGB 209170189
HSL0.920.300.74
HSV331°19°82°
CMYK 0.000.190.10   0.18
XYZ49.854545.978954.3913
Yxy45.97890.33190.3061
Hunter Lab67.807712.5756-0.0935
CIE-Lab73.531817.3223-4.3261

#d1aabd color RGB value is (209,170,189).

#d1aabd hex color red value is 209, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d1aabd hue: 0.92 , saturation: 0.30 and the lightness value of d1aabd is 0.74.

The process color (four color CMYK) of #d1aabd color hex is 0.00, 0.19, 0.10, 0.18. Web safe color of #d1aabd is #cc99cc. Color #d1aabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101010 10111101
Octal 321 252 275
Decimal 209 170 189
Hex D1 AA BD

RGB Percentages of Color #d1aabd

%36.80
%29.93
%33.27

CMYK Percentages of Color #d1aabd

%0
%19
%10
%18

Triadic Colors of #d1aabd

#d1aabd #bdd1aa #aabdd1

Analogous Colors of #d1aabd

#d1aabd #d1abaa #d1aad1

Monochromatic Colors of #d1aabd

#d1aabd

Complementary Color

#d1aabd #aad1be

#d1aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1aabd Color CSS Codes

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

#d1aabd Text Font Color

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

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


#d1aabd Background Color

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

This div background color is #d1aabd


#d1aabd Border Color

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

This div border color is #d1aabd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,170,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d1aabd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1aabd


Comments

No comments written yet.

Please login to write comment.