Color Hex Logo

#ae8aed Color Hex

#AE8AED
(174,138,237)
0 Favorites   0 Comments

Color spaces of #ae8aed

RGB 174138237
HSL0.730.730.74
HSV262°42°93°
CMYK 0.270.420.00   0.07
XYZ41.830133.290184.3417
Yxy33.29010.26230.2088
Hunter Lab57.697628.4398-46.2812
CIE-Lab64.395133.7931-45.0658

#ae8aed color RGB value is (174,138,237).

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

The process color (four color CMYK) of #ae8aed color hex is 0.27, 0.42, 0.00, 0.07. Web safe color of #ae8aed is #9999ff. Color #ae8aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001010 11101101
Octal 256 212 355
Decimal 174 138 237
Hex AE 8A ED

RGB Percentages of Color #ae8aed

%31.69
%25.14
%43.17

CMYK Percentages of Color #ae8aed

%27
%42
%0
%7

Triadic Colors of #ae8aed

#ae8aed #edae8a #8aedae

Analogous Colors of #ae8aed

#ae8aed #e08aed #8a98ed

Monochromatic Colors of #ae8aed

#ae8aed

Complementary Color

#ae8aed #c9ed8a

#ae8aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8aed Color CSS Codes

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

#ae8aed Text Font Color

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

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


#ae8aed Background Color

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

This div background color is #ae8aed


#ae8aed Border Color

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

This div border color is #ae8aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8aed


Comments

No comments written yet.

Please login to write comment.