Color Hex Logo

#d8aaed Color Hex

#D8AAED
(216,170,237)
0 Favorites   0 Comments

Color spaces of #d8aaed

RGB 216170237
HSL0.780.650.80
HSV281°28°93°
CMYK 0.090.280.00   0.07
XYZ57.979749.462886.6122
Yxy49.46280.29880.2549
Hunter Lab70.329824.0778-23.7857
CIE-Lab75.738328.6249-27.1422

#d8aaed color RGB value is (216,170,237).

#d8aaed hex color red value is 216, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d8aaed hue: 0.78 , saturation: 0.65 and the lightness value of d8aaed is 0.80.

The process color (four color CMYK) of #d8aaed color hex is 0.09, 0.28, 0.00, 0.07. Web safe color of #d8aaed is #cc99ff. Color #d8aaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101010 11101101
Octal 330 252 355
Decimal 216 170 237
Hex D8 AA ED

RGB Percentages of Color #d8aaed

%34.67
%27.29
%38.04

CMYK Percentages of Color #d8aaed

%9
%28
%0
%7

Triadic Colors of #d8aaed

#d8aaed #edd8aa #aaedd8

Analogous Colors of #d8aaed

#d8aaed #edaae1 #b7aaed

Monochromatic Colors of #d8aaed

#d8aaed

Complementary Color

#d8aaed #bfedaa

#d8aaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8aaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8aaed Color CSS Codes

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

#d8aaed Text Font Color

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

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


#d8aaed Background Color

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

This div background color is #d8aaed


#d8aaed Border Color

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

This div border color is #d8aaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8aaed


Comments

No comments written yet.

Please login to write comment.