Color Hex Logo

#d8aefb Color Hex

#D8AEFB
(216,174,251)
0 Favorites   0 Comments

Color spaces of #d8aefb

RGB 216174251
HSL0.760.910.83
HSV273°31°98°
CMYK 0.140.310.00   0.02
XYZ60.867551.836198.0641
Yxy51.83610.28880.2459
Hunter Lab71.997324.9111-30.3580
CIE-Lab77.182729.3256-32.4836

#d8aefb color RGB value is (216,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101110 11111011
Octal 330 256 373
Decimal 216 174 251
Hex D8 AE FB

RGB Percentages of Color #d8aefb

%33.70
%27.15
%39.16

CMYK Percentages of Color #d8aefb

%14
%31
%0
%2

Triadic Colors of #d8aefb

#d8aefb #fbd8ae #aefbd8

Analogous Colors of #d8aefb

#d8aefb #fbaef8 #b2aefb

Monochromatic Colors of #d8aefb

#d8aefb

Complementary Color

#d8aefb #d1fbae

#d8aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8aefb Color CSS Codes

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

#d8aefb Text Font Color

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

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


#d8aefb Background Color

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

This div background color is #d8aefb


#d8aefb Border Color

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

This div border color is #d8aefb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,174,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8aefb


Comments

No comments written yet.

Please login to write comment.