Color Hex Logo

#d1acdc Color Hex

#D1ACDC
(209,172,220)
0 Favorites   0 Comments

Color spaces of #d1acdc

RGB 209172220
HSL0.800.410.77
HSV286°22°86°
CMYK 0.050.220.00   0.14
XYZ53.965348.227774.1747
Yxy48.22770.30600.2734
Hunter Lab69.446217.1782-14.7147
CIE-Lab74.968321.9222-19.1375

#d1acdc color RGB value is (209,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101100 11011100
Octal 321 254 334
Decimal 209 172 220
Hex D1 AC DC

RGB Percentages of Color #d1acdc

%34.78
%28.62
%36.61

CMYK Percentages of Color #d1acdc

%5
%22
%0
%14

Triadic Colors of #d1acdc

#d1acdc #dcd1ac #acdcd1

Analogous Colors of #d1acdc

#d1acdc #dcaccf #b9acdc

Monochromatic Colors of #d1acdc

#d1acdc

Complementary Color

#d1acdc #b7dcac

#d1acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1acdc Color CSS Codes

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

#d1acdc Text Font Color

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

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


#d1acdc Background Color

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

This div background color is #d1acdc


#d1acdc Border Color

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

This div border color is #d1acdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,172,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d1acdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1acdc


Comments

No comments written yet.

Please login to write comment.