Color Hex Logo

#d2aabe Color Hex

#D2AABE
(210,170,190)
0 Favorites   0 Comments

Color spaces of #d2aabe

RGB 210170190
HSL0.920.310.75
HSV330°19°82°
CMYK 0.000.190.10   0.18
XYZ50.247346.168854.9783
Yxy46.16880.33190.3050
Hunter Lab67.947613.0925-0.4098
CIE-Lab73.654917.8480-4.6827

#d2aabe color RGB value is (210,170,190).

#d2aabe hex color red value is 210, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d2aabe hue: 0.92 , saturation: 0.31 and the lightness value of d2aabe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101010 10111110
Octal 322 252 276
Decimal 210 170 190
Hex D2 AA BE

RGB Percentages of Color #d2aabe

%36.84
%29.82
%33.33

CMYK Percentages of Color #d2aabe

%0
%19
%10
%18

Triadic Colors of #d2aabe

#d2aabe #bed2aa #aabed2

Analogous Colors of #d2aabe

#d2aabe #d2aaaa #d2aad2

Monochromatic Colors of #d2aabe

#d2aabe

Complementary Color

#d2aabe #aad2be

#d2aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2aabe Color CSS Codes

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

#d2aabe Text Font Color

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

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


#d2aabe Background Color

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

This div background color is #d2aabe


#d2aabe Border Color

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

This div border color is #d2aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2aabe


Comments

No comments written yet.

Please login to write comment.