Color Hex Logo

#d0aae0 Color Hex

#D0AAE0
(208,170,224)
0 Favorites   0 Comments

Color spaces of #d0aae0

RGB 208170224
HSL0.780.470.77
HSV282°24°88°
CMYK 0.070.240.00   0.12
XYZ53.841747.541276.8596
Yxy47.54120.30210.2667
Hunter Lab68.950118.7242-17.8262
CIE-Lab74.534623.4753-21.9834

#d0aae0 color RGB value is (208,170,224).

#d0aae0 hex color red value is 208, green value is 170 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #d0aae0 hue: 0.78 , saturation: 0.47 and the lightness value of d0aae0 is 0.77.

The process color (four color CMYK) of #d0aae0 color hex is 0.07, 0.24, 0.00, 0.12. Web safe color of #d0aae0 is #cc99cc. Color #d0aae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101010 11100000
Octal 320 252 340
Decimal 208 170 224
Hex D0 AA E0

RGB Percentages of Color #d0aae0

%34.55
%28.24
%37.21

CMYK Percentages of Color #d0aae0

%7
%24
%0
%12

Triadic Colors of #d0aae0

#d0aae0 #e0d0aa #aae0d0

Analogous Colors of #d0aae0

#d0aae0 #e0aad5 #b5aae0

Monochromatic Colors of #d0aae0

#d0aae0

Complementary Color

#d0aae0 #bae0aa

#d0aae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aae0 Color CSS Codes

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

#d0aae0 Text Font Color

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

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


#d0aae0 Background Color

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

This div background color is #d0aae0


#d0aae0 Border Color

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

This div border color is #d0aae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aae0


Comments

No comments written yet.

Please login to write comment.