Color Hex Logo

#d1aafc Color Hex

#D1AAFC
(209,170,252)
0 Favorites   0 Comments

Color spaces of #d1aafc

RGB 209170252
HSL0.750.930.83
HSV269°33°99°
CMYK 0.170.330.00   0.01
XYZ58.239949.333098.5481
Yxy49.33300.28260.2393
Hunter Lab70.237525.0941-34.0218
CIE-Lab75.658029.6045-35.4296

#d1aafc color RGB value is (209,170,252).

#d1aafc hex color red value is 209, green value is 170 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d1aafc hue: 0.75 , saturation: 0.93 and the lightness value of d1aafc is 0.83.

The process color (four color CMYK) of #d1aafc color hex is 0.17, 0.33, 0.00, 0.01. Web safe color of #d1aafc is #cc99ff. Color #d1aafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101010 11111100
Octal 321 252 374
Decimal 209 170 252
Hex D1 AA FC

RGB Percentages of Color #d1aafc

%33.12
%26.94
%39.94

CMYK Percentages of Color #d1aafc

%17
%33
%0
%1

Triadic Colors of #d1aafc

#d1aafc #fcd1aa #aafcd1

Analogous Colors of #d1aafc

#d1aafc #faaafc #aaacfc

Monochromatic Colors of #d1aafc

#d1aafc

Complementary Color

#d1aafc #d5fcaa

#d1aafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1aafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1aafc Color CSS Codes

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

#d1aafc Text Font Color

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

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


#d1aafc Background Color

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

This div background color is #d1aafc


#d1aafc Border Color

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

This div border color is #d1aafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1aafc


Comments

No comments written yet.

Please login to write comment.