Color Hex Logo

#d1a9df Color Hex

#D1A9DF
(209,169,223)
0 Favorites   0 Comments

Color spaces of #d1a9df

RGB 209169223
HSL0.790.460.77
HSV284°24°87°
CMYK 0.060.240.00   0.13
XYZ53.801747.259076.0983
Yxy47.25900.30370.2668
Hunter Lab68.745219.3945-17.5101
CIE-Lab74.355124.1465-21.7030

#d1a9df color RGB value is (209,169,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101001 11011111
Octal 321 251 337
Decimal 209 169 223
Hex D1 A9 DF

RGB Percentages of Color #d1a9df

%34.78
%28.12
%37.10

CMYK Percentages of Color #d1a9df

%6
%24
%0
%13

Triadic Colors of #d1a9df

#d1a9df #dfd1a9 #a9dfd1

Analogous Colors of #d1a9df

#d1a9df #dfa9d2 #b6a9df

Monochromatic Colors of #d1a9df

#d1a9df

Complementary Color

#d1a9df #b7dfa9

#d1a9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1a9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1a9df Color CSS Codes

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

#d1a9df Text Font Color

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

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


#d1a9df Background Color

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

This div background color is #d1a9df


#d1a9df Border Color

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

This div border color is #d1a9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1a9df


Comments

No comments written yet.

Please login to write comment.