Color Hex Logo

#d2acdc Color Hex

#D2ACDC
(210,172,220)
0 Favorites   0 Comments

Color spaces of #d2acdc

RGB 210172220
HSL0.800.410.77
HSV288°22°86°
CMYK 0.050.220.00   0.14
XYZ54.249148.374074.1880
Yxy48.37400.30680.2736
Hunter Lab69.551417.5124-14.5565
CIE-Lab75.060222.2507-18.9896

#d2acdc color RGB value is (210,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101100 11011100
Octal 322 254 334
Decimal 210 172 220
Hex D2 AC DC

RGB Percentages of Color #d2acdc

%34.88
%28.57
%36.54

CMYK Percentages of Color #d2acdc

%5
%22
%0
%14

Triadic Colors of #d2acdc

#d2acdc #dcd2ac #acdcd2

Analogous Colors of #d2acdc

#d2acdc #dcacce #baacdc

Monochromatic Colors of #d2acdc

#d2acdc

Complementary Color

#d2acdc #b6dcac

#d2acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2acdc Color CSS Codes

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

#d2acdc Text Font Color

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

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


#d2acdc Background Color

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

This div background color is #d2acdc


#d2acdc Border Color

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

This div border color is #d2acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2acdc


Comments

No comments written yet.

Please login to write comment.