Color Hex Logo

#d9adff Color Hex

#D9ADFF
(217,173,255)
0 Favorites   0 Comments

Color spaces of #d9adff

RGB 217173255
HSL0.761.000.84
HSV272°32°100°
CMYK 0.150.320.00   0.00
XYZ61.608851.8589101.3704
Yxy51.85890.28680.2414
Hunter Lab72.013126.6877-33.0513
CIE-Lab77.196431.0092-34.6067

#d9adff color RGB value is (217,173,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101101 11111111
Octal 331 255 377
Decimal 217 173 255
Hex D9 AD FF

RGB Percentages of Color #d9adff

%33.64
%26.82
%39.53

CMYK Percentages of Color #d9adff

%15
%32
%0
%0

Triadic Colors of #d9adff

#d9adff #ffd9ad #adffd9

Analogous Colors of #d9adff

#d9adff #ffadfc #b0adff

Monochromatic Colors of #d9adff

#d9adff

Complementary Color

#d9adff #d3ffad

#d9adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9adff Color CSS Codes

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

#d9adff Text Font Color

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

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


#d9adff Background Color

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

This div background color is #d9adff


#d9adff Border Color

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

This div border color is #d9adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9adff

Related Colors


Comments

No comments written yet.

Please login to write comment.