Color Hex Logo

#d8aafd Color Hex

#D8AAFD
(216,170,253)
0 Favorites   0 Comments

Color spaces of #d8aafd

RGB 216170253
HSL0.760.950.83
HSV273°33°99°
CMYK 0.150.330.00   0.01
XYZ60.423350.440299.4798
Yxy50.44020.28730.2398
Hunter Lab71.021327.5766-33.3329
CIE-Lab76.338731.9128-34.8639

#d8aafd color RGB value is (216,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101010 11111101
Octal 330 252 375
Decimal 216 170 253
Hex D8 AA FD

RGB Percentages of Color #d8aafd

%33.80
%26.60
%39.59

CMYK Percentages of Color #d8aafd

%15
%33
%0
%1

Triadic Colors of #d8aafd

#d8aafd #fdd8aa #aafdd8

Analogous Colors of #d8aafd

#d8aafd #fdaaf9 #afaafd

Monochromatic Colors of #d8aafd

#d8aafd

Complementary Color

#d8aafd #cffdaa

#d8aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8aafd Color CSS Codes

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

#d8aafd Text Font Color

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

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


#d8aafd Background Color

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

This div background color is #d8aafd


#d8aafd Border Color

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

This div border color is #d8aafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,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 #d8aafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8aafd


Comments

No comments written yet.

Please login to write comment.