Color Hex Logo

#d9aaea Color Hex

#D9AAEA
(217,170,234)
0 Favorites   0 Comments

Color spaces of #d9aaea

RGB 217170234
HSL0.790.600.79
HSV284°27°92°
CMYK 0.070.270.00   0.08
XYZ57.841349.441784.3365
Yxy49.44170.30190.2580
Hunter Lab70.314823.7841-21.8929
CIE-Lab75.725328.3435-25.5273

#d9aaea color RGB value is (217,170,234).

#d9aaea hex color red value is 217, green value is 170 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d9aaea hue: 0.79 , saturation: 0.60 and the lightness value of d9aaea is 0.79.

The process color (four color CMYK) of #d9aaea color hex is 0.07, 0.27, 0.00, 0.08. Web safe color of #d9aaea is #cc99ff. Color #d9aaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101010 11101010
Octal 331 252 352
Decimal 217 170 234
Hex D9 AA EA

RGB Percentages of Color #d9aaea

%34.94
%27.38
%37.68

CMYK Percentages of Color #d9aaea

%7
%27
%0
%8

Triadic Colors of #d9aaea

#d9aaea #ead9aa #aaead9

Analogous Colors of #d9aaea

#d9aaea #eaaadb #b9aaea

Monochromatic Colors of #d9aaea

#d9aaea

Complementary Color

#d9aaea #bbeaaa

#d9aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aaea Color CSS Codes

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

#d9aaea Text Font Color

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

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


#d9aaea Background Color

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

This div background color is #d9aaea


#d9aaea Border Color

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

This div border color is #d9aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aaea


Comments

No comments written yet.

Please login to write comment.