Color Hex Logo

#d8adfa Color Hex

#D8ADFA
(216,173,250)
0 Favorites   0 Comments

Color spaces of #d8adfa

RGB 216173250
HSL0.760.890.83
HSV274°31°98°
CMYK 0.140.310.00   0.02
XYZ60.517851.388297.1718
Yxy51.38820.28950.2458
Hunter Lab71.685625.2421-30.1894
CIE-Lab76.913629.6588-32.3600

#d8adfa color RGB value is (216,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101101 11111010
Octal 330 255 372
Decimal 216 173 250
Hex D8 AD FA

RGB Percentages of Color #d8adfa

%33.80
%27.07
%39.12

CMYK Percentages of Color #d8adfa

%14
%31
%0
%2

Triadic Colors of #d8adfa

#d8adfa #fad8ad #adfad8

Analogous Colors of #d8adfa

#d8adfa #faadf6 #b2adfa

Monochromatic Colors of #d8adfa

#d8adfa

Complementary Color

#d8adfa #cffaad

#d8adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8adfa Color CSS Codes

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

#d8adfa Text Font Color

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

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


#d8adfa Background Color

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

This div background color is #d8adfa


#d8adfa Border Color

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

This div border color is #d8adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8adfa

Related Colors


Comments

No comments written yet.

Please login to write comment.