Color Hex Logo

#d9aefd Color Hex

#D9AEFD
(217,174,253)
0 Favorites   0 Comments

Color spaces of #d9aefd

RGB 217174253
HSL0.760.950.84
HSV273°31°99°
CMYK 0.140.310.00   0.01
XYZ61.480952.115799.7474
Yxy52.11570.28820.2443
Hunter Lab72.191225.6831-31.3878
CIE-Lab77.350030.0476-33.2941

#d9aefd color RGB value is (217,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101110 11111101
Octal 331 256 375
Decimal 217 174 253
Hex D9 AE FD

RGB Percentages of Color #d9aefd

%33.70
%27.02
%39.29

CMYK Percentages of Color #d9aefd

%14
%31
%0
%1

Triadic Colors of #d9aefd

#d9aefd #fdd9ae #aefdd9

Analogous Colors of #d9aefd

#d9aefd #fdaefa #b2aefd

Monochromatic Colors of #d9aefd

#d9aefd

Complementary Color

#d9aefd #d2fdae

#d9aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aefd Color CSS Codes

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

#d9aefd Text Font Color

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

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


#d9aefd Background Color

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

This div background color is #d9aefd


#d9aefd Border Color

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

This div border color is #d9aefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aefd

Related Colors


Comments

No comments written yet.

Please login to write comment.