Color Hex Logo

#d8adff Color Hex

#D8ADFF
(216,173,255)
0 Favorites   0 Comments

Color spaces of #d8adff

RGB 216173255
HSL0.751.000.84
HSV271°32°100°
CMYK 0.150.320.00   0.00
XYZ61.312551.7061101.3565
Yxy51.70610.28600.2412
Hunter Lab71.907026.3634-33.2374
CIE-Lab77.104830.7094-34.7558

#d8adff color RGB value is (216,173,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101101 11111111
Octal 330 255 377
Decimal 216 173 255
Hex D8 AD FF

RGB Percentages of Color #d8adff

%33.54
%26.86
%39.60

CMYK Percentages of Color #d8adff

%15
%32
%0
%0

Triadic Colors of #d8adff

#d8adff #ffd8ad #adffd8

Analogous Colors of #d8adff

#d8adff #ffadfd #afadff

Monochromatic Colors of #d8adff

#d8adff

Complementary Color

#d8adff #d4ffad

#d8adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8adff Color CSS Codes

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

#d8adff Text Font Color

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

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


#d8adff Background Color

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

This div background color is #d8adff


#d8adff Border Color

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

This div border color is #d8adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8adff

Related Colors


Comments

No comments written yet.

Please login to write comment.