Color Hex Logo

#ae8dda Color Hex

#AE8DDA
(174,141,218)
0 Favorites   0 Comments

Color spaces of #ae8dda

RGB 174141218
HSL0.740.510.70
HSV266°35°85°
CMYK 0.200.350.00   0.15
XYZ39.635333.110470.6316
Yxy33.11040.27640.2309
Hunter Lab57.541622.2549-32.4985
CIE-Lab64.250227.6461-34.7692

#ae8dda color RGB value is (174,141,218).

#ae8dda hex color red value is 174, green value is 141 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ae8dda hue: 0.74 , saturation: 0.51 and the lightness value of ae8dda is 0.70.

The process color (four color CMYK) of #ae8dda color hex is 0.20, 0.35, 0.00, 0.15. Web safe color of #ae8dda is #9999cc. Color #ae8dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001101 11011010
Octal 256 215 332
Decimal 174 141 218
Hex AE 8D DA

RGB Percentages of Color #ae8dda

%32.65
%26.45
%40.90

CMYK Percentages of Color #ae8dda

%20
%35
%0
%15

Triadic Colors of #ae8dda

#ae8dda #daae8d #8ddaae

Analogous Colors of #ae8dda

#ae8dda #d58dda #8d93da

Monochromatic Colors of #ae8dda

#ae8dda

Complementary Color

#ae8dda #b9da8d

#ae8dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8dda Color CSS Codes

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

#ae8dda Text Font Color

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

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


#ae8dda Background Color

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

This div background color is #ae8dda


#ae8dda Border Color

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

This div border color is #ae8dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8dda


Comments

No comments written yet.

Please login to write comment.