Color Hex Logo

#d9affe Color Hex

#D9AFFE
(217,175,254)
0 Favorites   0 Comments

Color spaces of #d9affe

RGB 217175254
HSL0.760.980.84
HSV272°31°100°
CMYK 0.150.310.00   0.00
XYZ61.834652.5674100.6534
Yxy52.56740.28750.2444
Hunter Lab72.503425.3530-31.5575
CIE-Lab77.618929.7161-33.4168

#d9affe color RGB value is (217,175,254).

#d9affe hex color red value is 217, green value is 175 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d9affe hue: 0.76 , saturation: 0.98 and the lightness value of d9affe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101111 11111110
Octal 331 257 376
Decimal 217 175 254
Hex D9 AF FE

RGB Percentages of Color #d9affe

%33.59
%27.09
%39.32

CMYK Percentages of Color #d9affe

%15
%31
%0
%0

Triadic Colors of #d9affe

#d9affe #fed9af #affed9

Analogous Colors of #d9affe

#d9affe #feaffc #b2affe

Monochromatic Colors of #d9affe

#d9affe

Complementary Color

#d9affe #d4feaf

#d9affe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9affe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9affe Color CSS Codes

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

#d9affe Text Font Color

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

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


#d9affe Background Color

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

This div background color is #d9affe


#d9affe Border Color

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

This div border color is #d9affe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9affe


Comments

No comments written yet.

Please login to write comment.