Color Hex Logo

#d8aaeb Color Hex

#D8AAEB
(216,170,235)
0 Favorites   0 Comments

Color spaces of #d8aaeb

RGB 216170235
HSL0.780.620.79
HSV282°28°92°
CMYK 0.080.280.00   0.08
XYZ57.689049.346585.0816
Yxy49.34650.30030.2569
Hunter Lab70.247123.6572-22.6377
CIE-Lab75.666428.2252-26.1682

#d8aaeb color RGB value is (216,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101010 11101011
Octal 330 252 353
Decimal 216 170 235
Hex D8 AA EB

RGB Percentages of Color #d8aaeb

%34.78
%27.38
%37.84

CMYK Percentages of Color #d8aaeb

%8
%28
%0
%8

Triadic Colors of #d8aaeb

#d8aaeb #ebd8aa #aaebd8

Analogous Colors of #d8aaeb

#d8aaeb #ebaade #b8aaeb

Monochromatic Colors of #d8aaeb

#d8aaeb

Complementary Color

#d8aaeb #bdebaa

#d8aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8aaeb Color CSS Codes

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

#d8aaeb Text Font Color

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

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


#d8aaeb Background Color

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

This div background color is #d8aaeb


#d8aaeb Border Color

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

This div border color is #d8aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8aaeb


Comments

No comments written yet.

Please login to write comment.