Color Hex Logo

#d1aadf Color Hex

#D1AADF
(209,170,223)
0 Favorites   0 Comments

Color spaces of #d1aadf

RGB 209170223
HSL0.790.450.77
HSV284°24°87°
CMYK 0.060.240.00   0.13
XYZ53.988547.632576.1605
Yxy47.63250.30370.2679
Hunter Lab69.016318.8544-17.1160
CIE-Lab74.592523.6013-21.3420

#d1aadf color RGB value is (209,170,223).

#d1aadf hex color red value is 209, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d1aadf hue: 0.79 , saturation: 0.45 and the lightness value of d1aadf is 0.77.

The process color (four color CMYK) of #d1aadf color hex is 0.06, 0.24, 0.00, 0.13. Web safe color of #d1aadf is #cc99cc. Color #d1aadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101010 11011111
Octal 321 252 337
Decimal 209 170 223
Hex D1 AA DF

RGB Percentages of Color #d1aadf

%34.72
%28.24
%37.04

CMYK Percentages of Color #d1aadf

%6
%24
%0
%13

Triadic Colors of #d1aadf

#d1aadf #dfd1aa #aadfd1

Analogous Colors of #d1aadf

#d1aadf #dfaad3 #b7aadf

Monochromatic Colors of #d1aadf

#d1aadf

Complementary Color

#d1aadf #b8dfaa

#d1aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1aadf Color CSS Codes

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

#d1aadf Text Font Color

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

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


#d1aadf Background Color

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

This div background color is #d1aadf


#d1aadf Border Color

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

This div border color is #d1aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1aadf


Comments

No comments written yet.

Please login to write comment.