Color Hex Logo

#d6aae8 Color Hex

#D6AAE8
(214,170,232)
0 Favorites   0 Comments

Color spaces of #d6aae8

RGB 214170232
HSL0.780.570.79
HSV283°27°91°
CMYK 0.080.270.00   0.09
XYZ56.671848.871882.7902
Yxy48.87180.30090.2595
Hunter Lab69.908422.3629-21.2794
CIE-Lab75.371526.9933-25.0078

#d6aae8 color RGB value is (214,170,232).

#d6aae8 hex color red value is 214, green value is 170 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #d6aae8 hue: 0.78 , saturation: 0.57 and the lightness value of d6aae8 is 0.79.

The process color (four color CMYK) of #d6aae8 color hex is 0.08, 0.27, 0.00, 0.09. Web safe color of #d6aae8 is #cc99ff. Color #d6aae8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101010 11101000
Octal 326 252 350
Decimal 214 170 232
Hex D6 AA E8

RGB Percentages of Color #d6aae8

%34.74
%27.60
%37.66

CMYK Percentages of Color #d6aae8

%8
%27
%0
%9

Triadic Colors of #d6aae8

#d6aae8 #e8d6aa #aae8d6

Analogous Colors of #d6aae8

#d6aae8 #e8aadb #b7aae8

Monochromatic Colors of #d6aae8

#d6aae8

Complementary Color

#d6aae8 #bce8aa

#d6aae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6aae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6aae8 Color CSS Codes

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

#d6aae8 Text Font Color

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

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


#d6aae8 Background Color

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

This div background color is #d6aae8


#d6aae8 Border Color

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

This div border color is #d6aae8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,170,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6aae8


Comments

No comments written yet.

Please login to write comment.