Color Hex Logo

#d6aefb Color Hex

#D6AEFB
(214,174,251)
0 Favorites   0 Comments

Color spaces of #d6aefb

RGB 214174251
HSL0.750.910.83
HSV271°31°98°
CMYK 0.150.310.00   0.02
XYZ60.280251.533398.0366
Yxy51.53330.28730.2456
Hunter Lab71.786724.2620-30.7196
CIE-Lab77.000928.7186-32.7790

#d6aefb color RGB value is (214,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101110 11111011
Octal 326 256 373
Decimal 214 174 251
Hex D6 AE FB

RGB Percentages of Color #d6aefb

%33.49
%27.23
%39.28

CMYK Percentages of Color #d6aefb

%15
%31
%0
%2

Triadic Colors of #d6aefb

#d6aefb #fbd6ae #aefbd6

Analogous Colors of #d6aefb

#d6aefb #fbaefa #b0aefb

Monochromatic Colors of #d6aefb

#d6aefb

Complementary Color

#d6aefb #d3fbae

#d6aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6aefb Color CSS Codes

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

#d6aefb Text Font Color

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

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


#d6aefb Background Color

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

This div background color is #d6aefb


#d6aefb Border Color

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

This div border color is #d6aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6aefb


Comments

No comments written yet.

Please login to write comment.