Color Hex Logo

#d4aacc Color Hex

#D4AACC
(212,170,204)
0 Favorites   0 Comments

Color spaces of #d4aacc

RGB 212170204
HSL0.870.330.75
HSV311°20°83°
CMYK 0.000.200.04   0.17
XYZ52.425247.106163.4560
Yxy47.10610.32170.2890
Hunter Lab68.633916.2359-6.7733
CIE-Lab74.257621.0091-11.4416

#d4aacc color RGB value is (212,170,204).

#d4aacc hex color red value is 212, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d4aacc hue: 0.87 , saturation: 0.33 and the lightness value of d4aacc is 0.75.

The process color (four color CMYK) of #d4aacc color hex is 0.00, 0.20, 0.04, 0.17. Web safe color of #d4aacc is #cc99cc. Color #d4aacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101010 11001100
Octal 324 252 314
Decimal 212 170 204
Hex D4 AA CC

RGB Percentages of Color #d4aacc

%36.18
%29.01
%34.81

CMYK Percentages of Color #d4aacc

%0
%20
%4
%17

Triadic Colors of #d4aacc

#d4aacc #ccd4aa #aaccd4

Analogous Colors of #d4aacc

#d4aacc #d4aab7 #c7aad4

Monochromatic Colors of #d4aacc

#d4aacc

Complementary Color

#d4aacc #aad4b2

#d4aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4aacc Color CSS Codes

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

#d4aacc Text Font Color

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

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


#d4aacc Background Color

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

This div background color is #d4aacc


#d4aacc Border Color

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

This div border color is #d4aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4aacc


Comments

No comments written yet.

Please login to write comment.