Color Hex Logo

#d5aadb Color Hex

#D5AADB
(213,170,219)
0 Favorites   0 Comments

Color spaces of #d5aadb

RGB 213170219
HSL0.810.400.76
HSV293°22°86°
CMYK 0.030.220.00   0.14
XYZ54.601548.010173.4069
Yxy48.01010.31020.2728
Hunter Lab69.289319.4056-14.3108
CIE-Lab74.831324.1335-18.7644

#d5aadb color RGB value is (213,170,219).

#d5aadb hex color red value is 213, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d5aadb hue: 0.81 , saturation: 0.40 and the lightness value of d5aadb is 0.76.

The process color (four color CMYK) of #d5aadb color hex is 0.03, 0.22, 0.00, 0.14. Web safe color of #d5aadb is #cc99cc. Color #d5aadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101010 11011011
Octal 325 252 333
Decimal 213 170 219
Hex D5 AA DB

RGB Percentages of Color #d5aadb

%35.38
%28.24
%36.38

CMYK Percentages of Color #d5aadb

%3
%22
%0
%14

Triadic Colors of #d5aadb

#d5aadb #dbd5aa #aadbd5

Analogous Colors of #d5aadb

#d5aadb #dbaac9 #bdaadb

Monochromatic Colors of #d5aadb

#d5aadb

Complementary Color

#d5aadb #b0dbaa

#d5aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5aadb Color CSS Codes

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

#d5aadb Text Font Color

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

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


#d5aadb Background Color

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

This div background color is #d5aadb


#d5aadb Border Color

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

This div border color is #d5aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5aadb


Comments

No comments written yet.

Please login to write comment.