Color Hex Logo

#d1aabe Color Hex

#D1AABE
(209,170,190)
0 Favorites   0 Comments

Color spaces of #d1aabe

RGB 209170190
HSL0.910.300.74
HSV329°19°82°
CMYK 0.000.190.09   0.18
XYZ49.963546.022554.9651
Yxy46.02250.33100.3049
Hunter Lab67.839912.7439-0.5499
CIE-Lab73.560117.4940-4.8334

#d1aabe color RGB value is (209,170,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101010 10111110
Octal 321 252 276
Decimal 209 170 190
Hex D1 AA BE

RGB Percentages of Color #d1aabe

%36.73
%29.88
%33.39

CMYK Percentages of Color #d1aabe

%0
%19
%9
%18

Triadic Colors of #d1aabe

#d1aabe #bed1aa #aabed1

Analogous Colors of #d1aabe

#d1aabe #d1aaab #d1aad1

Monochromatic Colors of #d1aabe

#d1aabe

Complementary Color

#d1aabe #aad1bd

#d1aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1aabe Color CSS Codes

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

#d1aabe Text Font Color

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

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


#d1aabe Background Color

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

This div background color is #d1aabe


#d1aabe Border Color

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

This div border color is #d1aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1aabe


Comments

No comments written yet.

Please login to write comment.