Color Hex Logo

#ae37aa Color Hex

#AE37AA
(174,55,170)
0 Favorites   0 Comments

Color spaces of #ae37aa

RGB 17455170
HSL0.840.520.45
HSV302°68°68°
CMYK 0.000.680.02   0.32
XYZ26.077414.633339.4803
Yxy14.63330.32520.1825
Hunter Lab38.253554.7398-34.4140
CIE-Lab45.127861.4148-37.2239

#ae37aa color RGB value is (174,55,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110111 10101010
Octal 256 67 252
Decimal 174 55 170
Hex AE 37 AA

RGB Percentages of Color #ae37aa

%43.61
%13.78
%42.61

CMYK Percentages of Color #ae37aa

%0
%68
%2
%32

Triadic Colors of #ae37aa

#ae37aa #aaae37 #37aaae

Analogous Colors of #ae37aa

#ae37aa #ae376f #7737ae

Monochromatic Colors of #ae37aa

#ae37aa

Complementary Color

#ae37aa #37ae3b

#ae37aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae37aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae37aa Color CSS Codes

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

#ae37aa Text Font Color

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

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


#ae37aa Background Color

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

This div background color is #ae37aa


#ae37aa Border Color

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

This div border color is #ae37aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae37aa


Comments

No comments written yet.

Please login to write comment.