Color Hex Logo

#d2acdb Color Hex

#D2ACDB
(210,172,219)
0 Favorites   0 Comments

Color spaces of #d2acdb

RGB 210172219
HSL0.800.390.77
HSV289°21°86°
CMYK 0.040.210.00   0.14
XYZ54.117048.321273.4925
Yxy48.32120.30760.2747
Hunter Lab69.513517.3157-14.0244
CIE-Lab75.027122.0566-18.4950

#d2acdb color RGB value is (210,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101100 11011011
Octal 322 254 333
Decimal 210 172 219
Hex D2 AC DB

RGB Percentages of Color #d2acdb

%34.94
%28.62
%36.44

CMYK Percentages of Color #d2acdb

%4
%21
%0
%14

Triadic Colors of #d2acdb

#d2acdb #dbd2ac #acdbd2

Analogous Colors of #d2acdb

#d2acdb #dbaccd #bbacdb

Monochromatic Colors of #d2acdb

#d2acdb

Complementary Color

#d2acdb #b5dbac

#d2acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2acdb Color CSS Codes

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

#d2acdb Text Font Color

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

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


#d2acdb Background Color

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

This div background color is #d2acdb


#d2acdb Border Color

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

This div border color is #d2acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2acdb


Comments

No comments written yet.

Please login to write comment.