Color Hex Logo

#d9aada Color Hex

#D9AADA
(217,170,218)
0 Favorites   0 Comments

Color spaces of #d9aada

RGB 217170218
HSL0.830.390.76
HSV299°22°85°
CMYK 0.000.220.00   0.15
XYZ55.644948.563172.7705
Yxy48.56310.31440.2744
Hunter Lab69.687220.5787-13.1322
CIE-Lab75.178725.2669-17.6572

#d9aada color RGB value is (217,170,218).

#d9aada hex color red value is 217, green value is 170 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d9aada hue: 0.83 , saturation: 0.39 and the lightness value of d9aada is 0.76.

The process color (four color CMYK) of #d9aada color hex is 0.00, 0.22, 0.00, 0.15. Web safe color of #d9aada is #cc99cc. Color #d9aada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101010 11011010
Octal 331 252 332
Decimal 217 170 218
Hex D9 AA DA

RGB Percentages of Color #d9aada

%35.87
%28.10
%36.03

CMYK Percentages of Color #d9aada

%0
%22
%0
%15

Triadic Colors of #d9aada

#d9aada #dad9aa #aadad9

Analogous Colors of #d9aada

#d9aada #daaac3 #c1aada

Monochromatic Colors of #d9aada

#d9aada

Complementary Color

#d9aada #abdaaa

#d9aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aada Color CSS Codes

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

#d9aada Text Font Color

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

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


#d9aada Background Color

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

This div background color is #d9aada


#d9aada Border Color

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

This div border color is #d9aada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aada


Comments

No comments written yet.

Please login to write comment.