Color Hex Logo

#d9adfc Color Hex

#D9ADFC
(217,173,252)
0 Favorites   0 Comments

Color spaces of #d9adfc

RGB 217173252
HSL0.760.930.83
HSV273°31°99°
CMYK 0.140.310.00   0.01
XYZ61.129551.667198.8463
Yxy51.66710.28880.2441
Hunter Lab71.879826.0139-31.2174
CIE-Lab77.081430.3800-33.1705

#d9adfc color RGB value is (217,173,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101101 11111100
Octal 331 255 374
Decimal 217 173 252
Hex D9 AD FC

RGB Percentages of Color #d9adfc

%33.80
%26.95
%39.25

CMYK Percentages of Color #d9adfc

%14
%31
%0
%1

Triadic Colors of #d9adfc

#d9adfc #fcd9ad #adfcd9

Analogous Colors of #d9adfc

#d9adfc #fcadf8 #b2adfc

Monochromatic Colors of #d9adfc

#d9adfc

Complementary Color

#d9adfc #d0fcad

#d9adfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9adfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9adfc Color CSS Codes

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

#d9adfc Text Font Color

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

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


#d9adfc Background Color

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

This div background color is #d9adfc


#d9adfc Border Color

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

This div border color is #d9adfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9adfc

Related Colors


Comments

No comments written yet.

Please login to write comment.