Color Hex Logo

#d9aefa Color Hex

#D9AEFA
(217,174,250)
0 Favorites   0 Comments

Color spaces of #d9aefa

RGB 217174250
HSL0.760.880.83
HSV274°30°98°
CMYK 0.130.300.00   0.02
XYZ61.006651.925997.2498
Yxy51.92590.29030.2471
Hunter Lab72.059625.0160-29.5745
CIE-Lab77.236529.4218-31.8548

#d9aefa color RGB value is (217,174,250).

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

The process color (four color CMYK) of #d9aefa color hex is 0.13, 0.30, 0.00, 0.02. Web safe color of #d9aefa is #cc99ff. Color #d9aefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101110 11111010
Octal 331 256 372
Decimal 217 174 250
Hex D9 AE FA

RGB Percentages of Color #d9aefa

%33.85
%27.15
%39.00

CMYK Percentages of Color #d9aefa

%13
%30
%0
%2

Triadic Colors of #d9aefa

#d9aefa #fad9ae #aefad9

Analogous Colors of #d9aefa

#d9aefa #faaef5 #b3aefa

Monochromatic Colors of #d9aefa

#d9aefa

Complementary Color

#d9aefa #cffaae

#d9aefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aefa Color CSS Codes

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

#d9aefa Text Font Color

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

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


#d9aefa Background Color

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

This div background color is #d9aefa


#d9aefa Border Color

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

This div border color is #d9aefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aefa


Comments

No comments written yet.

Please login to write comment.