Color Hex Logo

#d8aacc Color Hex

#D8AACC
(216,170,204)
0 Favorites   0 Comments

Color spaces of #d8aacc

RGB 216170204
HSL0.880.370.76
HSV316°21°85°
CMYK 0.000.210.06   0.15
XYZ53.592747.708063.5107
Yxy47.70800.32520.2895
Hunter Lab69.071017.6253-6.1674
CIE-Lab74.640422.3807-10.8296

#d8aacc color RGB value is (216,170,204).

#d8aacc hex color red value is 216, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d8aacc hue: 0.88 , saturation: 0.37 and the lightness value of d8aacc is 0.76.

The process color (four color CMYK) of #d8aacc color hex is 0.00, 0.21, 0.06, 0.15. Web safe color of #d8aacc is #cc99cc. Color #d8aacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101010 11001100
Octal 330 252 314
Decimal 216 170 204
Hex D8 AA CC

RGB Percentages of Color #d8aacc

%36.61
%28.81
%34.58

CMYK Percentages of Color #d8aacc

%0
%21
%6
%15

Triadic Colors of #d8aacc

#d8aacc #ccd8aa #aaccd8

Analogous Colors of #d8aacc

#d8aacc #d8aab5 #cdaad8

Monochromatic Colors of #d8aacc

#d8aacc

Complementary Color

#d8aacc #aad8b6

#d8aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8aacc Color CSS Codes

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

#d8aacc Text Font Color

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

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


#d8aacc Background Color

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

This div background color is #d8aacc


#d8aacc Border Color

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

This div border color is #d8aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8aacc


Comments

No comments written yet.

Please login to write comment.