Color Hex Logo

#d5aacc Color Hex

#D5AACC
(213,170,204)
0 Favorites   0 Comments

Color spaces of #d5aacc

RGB 213170204
HSL0.870.340.75
HSV313°20°84°
CMYK 0.000.200.04   0.16
XYZ52.714447.255263.4696
Yxy47.25520.32250.2891
Hunter Lab68.742416.5816-6.6225
CIE-Lab74.352721.3517-11.2895

#d5aacc color RGB value is (213,170,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101010 11001100
Octal 325 252 314
Decimal 213 170 204
Hex D5 AA CC

RGB Percentages of Color #d5aacc

%36.29
%28.96
%34.75

CMYK Percentages of Color #d5aacc

%0
%20
%4
%16

Triadic Colors of #d5aacc

#d5aacc #ccd5aa #aaccd5

Analogous Colors of #d5aacc

#d5aacc #d5aab7 #c9aad5

Monochromatic Colors of #d5aacc

#d5aacc

Complementary Color

#d5aacc #aad5b3

#d5aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5aacc Color CSS Codes

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

#d5aacc Text Font Color

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

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


#d5aacc Background Color

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

This div background color is #d5aacc


#d5aacc Border Color

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

This div border color is #d5aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5aacc


Comments

No comments written yet.

Please login to write comment.