Color Hex Logo

#d8abfa Color Hex

#D8ABFA
(216,171,250)
0 Favorites   0 Comments

Color spaces of #d8abfa

RGB 216171250
HSL0.760.890.83
HSV274°32°98°
CMYK 0.140.320.00   0.02
XYZ60.137150.626997.0449
Yxy50.62690.28940.2436
Hunter Lab71.152626.3485-31.0587
CIE-Lab76.452530.7425-33.0712

#d8abfa color RGB value is (216,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101011 11111010
Octal 330 253 372
Decimal 216 171 250
Hex D8 AB FA

RGB Percentages of Color #d8abfa

%33.91
%26.84
%39.25

CMYK Percentages of Color #d8abfa

%14
%32
%0
%2

Triadic Colors of #d8abfa

#d8abfa #fad8ab #abfad8

Analogous Colors of #d8abfa

#d8abfa #faabf5 #b1abfa

Monochromatic Colors of #d8abfa

#d8abfa

Complementary Color

#d8abfa #cdfaab

#d8abfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8abfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8abfa Color CSS Codes

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

#d8abfa Text Font Color

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

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


#d8abfa Background Color

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

This div background color is #d8abfa


#d8abfa Border Color

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

This div border color is #d8abfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8abfa


Comments

No comments written yet.

Please login to write comment.