Color Hex Logo

#d1acdb Color Hex

#D1ACDB
(209,172,219)
0 Favorites   0 Comments

Color spaces of #d1acdb

RGB 209172219
HSL0.800.390.77
HSV287°21°86°
CMYK 0.050.210.00   0.14
XYZ53.833248.174873.4792
Yxy48.17480.30680.2745
Hunter Lab69.408116.9813-14.1820
CIE-Lab74.935021.7276-18.6431

#d1acdb color RGB value is (209,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101100 11011011
Octal 321 254 333
Decimal 209 172 219
Hex D1 AC DB

RGB Percentages of Color #d1acdb

%34.83
%28.67
%36.50

CMYK Percentages of Color #d1acdb

%5
%21
%0
%14

Triadic Colors of #d1acdb

#d1acdb #dbd1ac #acdbd1

Analogous Colors of #d1acdb

#d1acdb #dbacce #baacdb

Monochromatic Colors of #d1acdb

#d1acdb

Complementary Color

#d1acdb #b6dbac

#d1acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1acdb Color CSS Codes

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

#d1acdb Text Font Color

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

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


#d1acdb Background Color

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

This div background color is #d1acdb


#d1acdb Border Color

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

This div border color is #d1acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1acdb

#d1acdb Color Palettes


Comments

No comments written yet.

Please login to write comment.