Color Hex Logo

#d3acdb Color Hex

#D3ACDB
(211,172,219)
0 Favorites   0 Comments

Color spaces of #d3acdb

RGB 211172219
HSL0.800.390.77
HSV290°21°86°
CMYK 0.040.210.00   0.14
XYZ54.402748.468473.5058
Yxy48.46840.30840.2748
Hunter Lab69.619317.6519-13.8664
CIE-Lab75.119422.3866-18.3464

#d3acdb color RGB value is (211,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10101100 11011011
Octal 323 254 333
Decimal 211 172 219
Hex D3 AC DB

RGB Percentages of Color #d3acdb

%35.05
%28.57
%36.38

CMYK Percentages of Color #d3acdb

%4
%21
%0
%14

Triadic Colors of #d3acdb

#d3acdb #dbd3ac #acdbd3

Analogous Colors of #d3acdb

#d3acdb #dbaccc #bcacdb

Monochromatic Colors of #d3acdb

#d3acdb

Complementary Color

#d3acdb #b4dbac

#d3acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3acdb Color CSS Codes

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

#d3acdb Text Font Color

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

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


#d3acdb Background Color

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

This div background color is #d3acdb


#d3acdb Border Color

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

This div border color is #d3acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3acdb

#d3acdb Color Palettes


Comments

No comments written yet.

Please login to write comment.