Color Hex Logo

#d6acdc Color Hex

#D6ACDC
(214,172,220)
0 Favorites   0 Comments

Color spaces of #d6acdc

RGB 214172220
HSL0.810.410.77
HSV293°22°86°
CMYK 0.030.220.00   0.14
XYZ55.402348.968574.2420
Yxy48.96850.31020.2742
Hunter Lab69.977518.8607-13.9189
CIE-Lab75.431723.5676-18.3917

#d6acdc color RGB value is (214,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101100 11011100
Octal 326 254 334
Decimal 214 172 220
Hex D6 AC DC

RGB Percentages of Color #d6acdc

%35.31
%28.38
%36.30

CMYK Percentages of Color #d6acdc

%3
%22
%0
%14

Triadic Colors of #d6acdc

#d6acdc #dcd6ac #acdcd6

Analogous Colors of #d6acdc

#d6acdc #dcacca #beacdc

Monochromatic Colors of #d6acdc

#d6acdc

Complementary Color

#d6acdc #b2dcac

#d6acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6acdc Color CSS Codes

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

#d6acdc Text Font Color

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

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


#d6acdc Background Color

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

This div background color is #d6acdc


#d6acdc Border Color

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

This div border color is #d6acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6acdc


Comments

No comments written yet.

Please login to write comment.