Color Hex Logo

#d8aeea Color Hex

#D8AEEA
(216,174,234)
0 Favorites   0 Comments

Color spaces of #d8aeea

RGB 216174234
HSL0.780.590.80
HSV282°26°92°
CMYK 0.080.260.00   0.08
XYZ58.306250.811584.5764
Yxy50.81150.30100.2623
Hunter Lab71.282221.2626-20.4501
CIE-Lab76.564725.8576-24.2541

#d8aeea color RGB value is (216,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101110 11101010
Octal 330 256 352
Decimal 216 174 234
Hex D8 AE EA

RGB Percentages of Color #d8aeea

%34.62
%27.88
%37.50

CMYK Percentages of Color #d8aeea

%8
%26
%0
%8

Triadic Colors of #d8aeea

#d8aeea #ead8ae #aeead8

Analogous Colors of #d8aeea

#d8aeea #eaaede #baaeea

Monochromatic Colors of #d8aeea

#d8aeea

Complementary Color

#d8aeea #c0eaae

#d8aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8aeea Color CSS Codes

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

#d8aeea Text Font Color

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

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


#d8aeea Background Color

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

This div background color is #d8aeea


#d8aeea Border Color

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

This div border color is #d8aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8aeea


Comments

No comments written yet.

Please login to write comment.