Color Hex Logo

#ae3afa Color Hex

#AE3AFA
(174,58,250)
0 Favorites   0 Comments

Color spaces of #ae3afa

RGB 17458250
HSL0.770.950.60
HSV276°77°98°
CMYK 0.300.770.00   0.02
XYZ36.223918.926992.1865
Yxy18.92690.24590.1285
Hunter Lab43.505172.4918-95.1810
CIE-Lab50.601675.4362-74.3746

#ae3afa color RGB value is (174,58,250).

#ae3afa hex color red value is 174, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ae3afa hue: 0.77 , saturation: 0.95 and the lightness value of ae3afa is 0.60.

The process color (four color CMYK) of #ae3afa color hex is 0.30, 0.77, 0.00, 0.02. Web safe color of #ae3afa is #9933ff. Color #ae3afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111010 11111010
Octal 256 72 372
Decimal 174 58 250
Hex AE 3A FA

RGB Percentages of Color #ae3afa

%36.10
%12.03
%51.87

CMYK Percentages of Color #ae3afa

%30
%77
%0
%2

Triadic Colors of #ae3afa

#ae3afa #faae3a #3afaae

Analogous Colors of #ae3afa

#ae3afa #fa3ae6 #4e3afa

Monochromatic Colors of #ae3afa

#ae3afa

Complementary Color

#ae3afa #86fa3a

#ae3afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3afa Color CSS Codes

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

#ae3afa Text Font Color

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

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


#ae3afa Background Color

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

This div background color is #ae3afa


#ae3afa Border Color

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

This div border color is #ae3afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3afa


Comments

No comments written yet.

Please login to write comment.