Color Hex Logo

#d4acdc Color Hex

#D4ACDC
(212,172,220)
0 Favorites   0 Comments

Color spaces of #d4acdc

RGB 212172220
HSL0.810.410.77
HSV290°22°86°
CMYK 0.040.220.00   0.14
XYZ54.822248.669474.2148
Yxy48.66940.30850.2739
Hunter Lab69.763518.1846-14.2387
CIE-Lab75.245222.9087-18.6918

#d4acdc color RGB value is (212,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101100 11011100
Octal 324 254 334
Decimal 212 172 220
Hex D4 AC DC

RGB Percentages of Color #d4acdc

%35.10
%28.48
%36.42

CMYK Percentages of Color #d4acdc

%4
%22
%0
%14

Triadic Colors of #d4acdc

#d4acdc #dcd4ac #acdcd4

Analogous Colors of #d4acdc

#d4acdc #dcaccc #bcacdc

Monochromatic Colors of #d4acdc

#d4acdc

Complementary Color

#d4acdc #b4dcac

#d4acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4acdc Color CSS Codes

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

#d4acdc Text Font Color

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

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


#d4acdc Background Color

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

This div background color is #d4acdc


#d4acdc Border Color

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

This div border color is #d4acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4acdc


Comments

No comments written yet.

Please login to write comment.