Color Hex Logo

#d1aabf Color Hex

#D1AABF
(209,170,191)
0 Favorites   0 Comments

Color spaces of #d1aabf

RGB 209170191
HSL0.910.300.74
HSV328°19°82°
CMYK 0.000.190.09   0.18
XYZ50.073246.066355.5428
Yxy46.06630.33010.3037
Hunter Lab67.872212.9134-1.0091
CIE-Lab73.588517.6667-5.3404

#d1aabf color RGB value is (209,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101010 10111111
Octal 321 252 277
Decimal 209 170 191
Hex D1 AA BF

RGB Percentages of Color #d1aabf

%36.67
%29.82
%33.51

CMYK Percentages of Color #d1aabf

%0
%19
%9
%18

Triadic Colors of #d1aabf

#d1aabf #bfd1aa #aabfd1

Analogous Colors of #d1aabf

#d1aabf #d1aaac #d0aad1

Monochromatic Colors of #d1aabf

#d1aabf

Complementary Color

#d1aabf #aad1bc

#d1aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1aabf Color CSS Codes

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

#d1aabf Text Font Color

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

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


#d1aabf Background Color

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

This div background color is #d1aabf


#d1aabf Border Color

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

This div border color is #d1aabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1aabf


Comments

No comments written yet.

Please login to write comment.