Color Hex Logo

#ae8afa Color Hex

#AE8AFA
(174,138,250)
0 Favorites   0 Comments

Color spaces of #ae8afa

RGB 174138250
HSL0.720.920.76
HSV259°45°98°
CMYK 0.300.450.00   0.02
XYZ43.799434.077894.7117
Yxy34.07780.25380.1975
Hunter Lab58.376231.7694-55.3310
CIE-Lab65.024336.9583-51.2199

#ae8afa color RGB value is (174,138,250).

#ae8afa hex color red value is 174, green value is 138 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ae8afa hue: 0.72 , saturation: 0.92 and the lightness value of ae8afa is 0.76.

The process color (four color CMYK) of #ae8afa color hex is 0.30, 0.45, 0.00, 0.02. Web safe color of #ae8afa is #9999ff. Color #ae8afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001010 11111010
Octal 256 212 372
Decimal 174 138 250
Hex AE 8A FA

RGB Percentages of Color #ae8afa

%30.96
%24.56
%44.48

CMYK Percentages of Color #ae8afa

%30
%45
%0
%2

Triadic Colors of #ae8afa

#ae8afa #faae8a #8afaae

Analogous Colors of #ae8afa

#ae8afa #e68afa #8a9efa

Monochromatic Colors of #ae8afa

#ae8afa

Complementary Color

#ae8afa #d6fa8a

#ae8afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8afa Color CSS Codes

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

#ae8afa Text Font Color

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

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


#ae8afa Background Color

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

This div background color is #ae8afa


#ae8afa Border Color

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

This div border color is #ae8afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8afa

Related Colors


Comments

No comments written yet.

Please login to write comment.