Color Hex Logo

#ae3aea Color Hex

#AE3AEA
(174,58,234)
0 Favorites   0 Comments

Color spaces of #ae3aea

RGB 17458234
HSL0.780.810.57
HSV280°75°92°
CMYK 0.260.750.00   0.08
XYZ33.819917.965379.5270
Yxy17.96530.25760.1368
Hunter Lab42.385568.2527-81.5747
CIE-Lab49.454072.1790-67.2626

#ae3aea color RGB value is (174,58,234).

#ae3aea hex color red value is 174, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ae3aea hue: 0.78 , saturation: 0.81 and the lightness value of ae3aea is 0.57.

The process color (four color CMYK) of #ae3aea color hex is 0.26, 0.75, 0.00, 0.08. Web safe color of #ae3aea is #9933ff. Color #ae3aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111010 11101010
Octal 256 72 352
Decimal 174 58 234
Hex AE 3A EA

RGB Percentages of Color #ae3aea

%37.34
%12.45
%50.21

CMYK Percentages of Color #ae3aea

%26
%75
%0
%8

Triadic Colors of #ae3aea

#ae3aea #eaae3a #3aeaae

Analogous Colors of #ae3aea

#ae3aea #ea3ace #563aea

Monochromatic Colors of #ae3aea

#ae3aea

Complementary Color

#ae3aea #76ea3a

#ae3aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3aea Color CSS Codes

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

#ae3aea Text Font Color

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

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


#ae3aea Background Color

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

This div background color is #ae3aea


#ae3aea Border Color

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

This div border color is #ae3aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3aea


Comments

No comments written yet.

Please login to write comment.