Color Hex Logo

#d1afdb Color Hex

#D1AFDB
(209,175,219)
0 Favorites   0 Comments

Color spaces of #d1afdb

RGB 209175219
HSL0.800.380.77
HSV286°20°86°
CMYK 0.050.200.00   0.14
XYZ54.410749.329773.6717
Yxy49.32970.30670.2781
Hunter Lab70.235115.3714-13.0265
CIE-Lab75.656020.0941-17.5532

#d1afdb color RGB value is (209,175,219).

#d1afdb hex color red value is 209, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d1afdb hue: 0.80 , saturation: 0.38 and the lightness value of d1afdb is 0.77.

The process color (four color CMYK) of #d1afdb color hex is 0.05, 0.20, 0.00, 0.14. Web safe color of #d1afdb is #cc99cc. Color #d1afdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101111 11011011
Octal 321 257 333
Decimal 209 175 219
Hex D1 AF DB

RGB Percentages of Color #d1afdb

%34.66
%29.02
%36.32

CMYK Percentages of Color #d1afdb

%5
%20
%0
%14

Triadic Colors of #d1afdb

#d1afdb #dbd1af #afdbd1

Analogous Colors of #d1afdb

#d1afdb #dbafcf #bbafdb

Monochromatic Colors of #d1afdb

#d1afdb

Complementary Color

#d1afdb #b9dbaf

#d1afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1afdb Color CSS Codes

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

#d1afdb Text Font Color

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

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


#d1afdb Background Color

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

This div background color is #d1afdb


#d1afdb Border Color

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

This div border color is #d1afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1afdb


Comments

No comments written yet.

Please login to write comment.