Color Hex Logo

#d4acdf Color Hex

#D4ACDF
(212,172,223)
0 Favorites   0 Comments

Color spaces of #d4acdf

RGB 212172223
HSL0.800.440.77
HSV287°23°87°
CMYK 0.050.230.00   0.13
XYZ55.223248.829876.3266
Yxy48.82980.30610.2707
Hunter Lab69.878318.7773-15.8464
CIE-Lab75.345323.4895-20.1731

#d4acdf color RGB value is (212,172,223).

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

The process color (four color CMYK) of #d4acdf color hex is 0.05, 0.23, 0.00, 0.13. Web safe color of #d4acdf is #cc99cc. Color #d4acdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101100 11011111
Octal 324 254 337
Decimal 212 172 223
Hex D4 AC DF

RGB Percentages of Color #d4acdf

%34.93
%28.34
%36.74

CMYK Percentages of Color #d4acdf

%5
%23
%0
%13

Triadic Colors of #d4acdf

#d4acdf #dfd4ac #acdfd4

Analogous Colors of #d4acdf

#d4acdf #dfacd1 #bbacdf

Monochromatic Colors of #d4acdf

#d4acdf

Complementary Color

#d4acdf #b7dfac

#d4acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4acdf Color CSS Codes

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

#d4acdf Text Font Color

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

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


#d4acdf Background Color

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

This div background color is #d4acdf


#d4acdf Border Color

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

This div border color is #d4acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4acdf


Comments

No comments written yet.

Please login to write comment.