Color Hex Logo

#ae98fa Color Hex

#AE98FA
(174,152,250)
0 Favorites   0 Comments

Color spaces of #ae98fa

RGB 174152250
HSL0.700.910.79
HSV253°39°98°
CMYK 0.300.390.00   0.02
XYZ45.939138.357395.4249
Yxy38.35730.25560.2134
Hunter Lab61.933324.0194-47.9989
CIE-Lab68.283129.1007-46.0792

#ae98fa color RGB value is (174,152,250).

#ae98fa hex color red value is 174, green value is 152 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ae98fa hue: 0.70 , saturation: 0.91 and the lightness value of ae98fa is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011000 11111010
Octal 256 230 372
Decimal 174 152 250
Hex AE 98 FA

RGB Percentages of Color #ae98fa

%30.21
%26.39
%43.40

CMYK Percentages of Color #ae98fa

%30
%39
%0
%2

Triadic Colors of #ae98fa

#ae98fa #faae98 #98faae

Analogous Colors of #ae98fa

#ae98fa #df98fa #98b3fa

Monochromatic Colors of #ae98fa

#ae98fa

Complementary Color

#ae98fa #e4fa98

#ae98fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae98fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae98fa Color CSS Codes

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

#ae98fa Text Font Color

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

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


#ae98fa Background Color

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

This div background color is #ae98fa


#ae98fa Border Color

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

This div border color is #ae98fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae98fa


Comments

No comments written yet.

Please login to write comment.