Color Hex Logo

#d5aabd Color Hex

#D5AABD
(213,170,189)
0 Favorites   0 Comments

Color spaces of #d5aabd

RGB 213170189
HSL0.930.340.75
HSV333°20°84°
CMYK 0.000.200.11   0.16
XYZ51.000646.569754.4449
Yxy46.56970.33550.3063
Hunter Lab68.242013.97830.4666
CIE-Lab73.913718.7430-3.7198

#d5aabd color RGB value is (213,170,189).

#d5aabd hex color red value is 213, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d5aabd hue: 0.93 , saturation: 0.34 and the lightness value of d5aabd is 0.75.

The process color (four color CMYK) of #d5aabd color hex is 0.00, 0.20, 0.11, 0.16. Web safe color of #d5aabd is #cc99cc. Color #d5aabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101010 10111101
Octal 325 252 275
Decimal 213 170 189
Hex D5 AA BD

RGB Percentages of Color #d5aabd

%37.24
%29.72
%33.04

CMYK Percentages of Color #d5aabd

%0
%20
%11
%16

Triadic Colors of #d5aabd

#d5aabd #bdd5aa #aabdd5

Analogous Colors of #d5aabd

#d5aabd #d5adaa #d5aad3

Monochromatic Colors of #d5aabd

#d5aabd

Complementary Color

#d5aabd #aad5c2

#d5aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5aabd Color CSS Codes

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

#d5aabd Text Font Color

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

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


#d5aabd Background Color

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

This div background color is #d5aabd


#d5aabd Border Color

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

This div border color is #d5aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5aabd


Comments

No comments written yet.

Please login to write comment.