Color Hex Logo

#d6aafd Color Hex

#D6AAFD
(214,170,253)
0 Favorites   0 Comments

Color spaces of #d6aafd

RGB 214170253
HSL0.760.950.83
HSV272°33°99°
CMYK 0.150.330.00   0.01
XYZ59.835950.137499.4523
Yxy50.13740.28570.2394
Hunter Lab70.807826.9273-33.7097
CIE-Lab76.153531.3132-35.1652

#d6aafd color RGB value is (214,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101010 11111101
Octal 326 252 375
Decimal 214 170 253
Hex D6 AA FD

RGB Percentages of Color #d6aafd

%33.59
%26.69
%39.72

CMYK Percentages of Color #d6aafd

%15
%33
%0
%1

Triadic Colors of #d6aafd

#d6aafd #fdd6aa #aafdd6

Analogous Colors of #d6aafd

#d6aafd #fdaafb #adaafd

Monochromatic Colors of #d6aafd

#d6aafd

Complementary Color

#d6aafd #d1fdaa

#d6aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6aafd Color CSS Codes

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

#d6aafd Text Font Color

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

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


#d6aafd Background Color

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

This div background color is #d6aafd


#d6aafd Border Color

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

This div border color is #d6aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6aafd


Comments

No comments written yet.

Please login to write comment.