Color Hex Logo

#ae34aa Color Hex

#AE34AA
(174,52,170)
0 Favorites   0 Comments

Color spaces of #ae34aa

RGB 17452170
HSL0.840.540.44
HSV302°70°68°
CMYK 0.000.700.02   0.32
XYZ25.939214.356939.4342
Yxy14.35690.32530.1801
Hunter Lab37.890555.8897-35.1822
CIE-Lab44.740562.5093-37.8361

#ae34aa color RGB value is (174,52,170).

#ae34aa hex color red value is 174, green value is 52 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ae34aa hue: 0.84 , saturation: 0.54 and the lightness value of ae34aa is 0.44.

The process color (four color CMYK) of #ae34aa color hex is 0.00, 0.70, 0.02, 0.32. Web safe color of #ae34aa is #993399. Color #ae34aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 10101010
Octal 256 64 252
Decimal 174 52 170
Hex AE 34 AA

RGB Percentages of Color #ae34aa

%43.94
%13.13
%42.93

CMYK Percentages of Color #ae34aa

%0
%70
%2
%32

Triadic Colors of #ae34aa

#ae34aa #aaae34 #34aaae

Analogous Colors of #ae34aa

#ae34aa #ae346d #7534ae

Monochromatic Colors of #ae34aa

#ae34aa

Complementary Color

#ae34aa #34ae38

#ae34aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae34aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae34aa Color CSS Codes

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

#ae34aa Text Font Color

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

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


#ae34aa Background Color

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

This div background color is #ae34aa


#ae34aa Border Color

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

This div border color is #ae34aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae34aa


Comments

No comments written yet.

Please login to write comment.