Color Hex Logo

#ae8dea Color Hex

#AE8DEA
(174,141,234)
0 Favorites   0 Comments

Color spaces of #ae8dea

RGB 174141234
HSL0.730.690.74
HSV261°40°92°
CMYK 0.260.400.00   0.08
XYZ41.831733.988982.1977
Yxy33.98890.26470.2151
Hunter Lab58.300026.0532-42.7835
CIE-Lab64.953831.3900-42.5329

#ae8dea color RGB value is (174,141,234).

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

The process color (four color CMYK) of #ae8dea color hex is 0.26, 0.40, 0.00, 0.08. Web safe color of #ae8dea is #9999ff. Color #ae8dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001101 11101010
Octal 256 215 352
Decimal 174 141 234
Hex AE 8D EA

RGB Percentages of Color #ae8dea

%31.69
%25.68
%42.62

CMYK Percentages of Color #ae8dea

%26
%40
%0
%8

Triadic Colors of #ae8dea

#ae8dea #eaae8d #8deaae

Analogous Colors of #ae8dea

#ae8dea #dd8dea #8d9bea

Monochromatic Colors of #ae8dea

#ae8dea

Complementary Color

#ae8dea #c9ea8d

#ae8dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8dea Color CSS Codes

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

#ae8dea Text Font Color

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

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


#ae8dea Background Color

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

This div background color is #ae8dea


#ae8dea Border Color

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

This div border color is #ae8dea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,141,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 #ae8dea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8dea


Comments

No comments written yet.

Please login to write comment.