color codes Logo

#d9aaf3 color codes

#D9AAF3
(217,170,243)
0 Favorites   0 Comments

Color spaces of #d9aaf3

RGB 217170243
HSL0.770.750.81
HSV279°30°95°
CMYK 0.110.300.00   0.05
XYZ59.167749.972291.3211
Yxy49.97220.29520.2493
Hunter Lab70.691025.6935-27.1092
CIE-Lab76.052230.1488-29.9003

#d9aaf3 color RGB value is (217,170,243).

#d9aaf3 hex color red value is 217, green value is 170 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #d9aaf3 hue: 0.77 , saturation: 0.75 and the lightness value of d9aaf3 is 0.81.

The process color (four color CMYK) of #d9aaf3 color code is 0.11, 0.30, 0.00, 0.05. Web safe color of #d9aaf3 is #cc99ff. Color #d9aaf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101010 11110011
Octal 331 252 363
Decimal 217 170 243
Hex D9 AA F3

RGB Percentages of Color #d9aaf3

%34.44
%26.98
%38.57

CMYK Percentages of Color #d9aaf3

%11
%30
%0
%5

Triadic Colors of #d9aaf3

#d9aaf3 #f3d9aa #aaf3d9

Analogous Colors of #d9aaf3

#d9aaf3 #f3aae9 #b5aaf3

Monochromatic Colors of #d9aaf3

#d9aaf3

Complementary Color

#d9aaf3 #c4f3aa

#d9aaf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aaf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aaf3 Color CSS Codes

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

#d9aaf3 Text Font Color

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

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


#d9aaf3 Background Color

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

This div background color is #d9aaf3


#d9aaf3 Border Color

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

This div border color is #d9aaf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aaf3


Comments

No comments written yet.

Please login to write comment.