Color Hex Logo

#ae45aa Color Hex

#AE45AA
(174,69,170)
0 Favorites   0 Comments

Color spaces of #ae45aa

RGB 17469170
HSL0.840.430.48
HSV302°60°68°
CMYK 0.000.600.02   0.32
XYZ26.839416.157239.7343
Yxy16.15720.32440.1953
Hunter Lab40.196048.8437-30.4717
CIE-Lab47.180155.7031-33.9907

#ae45aa color RGB value is (174,69,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000101 10101010
Octal 256 105 252
Decimal 174 69 170
Hex AE 45 AA

RGB Percentages of Color #ae45aa

%42.13
%16.71
%41.16

CMYK Percentages of Color #ae45aa

%0
%60
%2
%32

Triadic Colors of #ae45aa

#ae45aa #aaae45 #45aaae

Analogous Colors of #ae45aa

#ae45aa #ae4576 #7e45ae

Monochromatic Colors of #ae45aa

#ae45aa

Complementary Color

#ae45aa #45ae49

#ae45aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae45aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae45aa Color CSS Codes

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

#ae45aa Text Font Color

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

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


#ae45aa Background Color

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

This div background color is #ae45aa


#ae45aa Border Color

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

This div border color is #ae45aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae45aa


Comments

No comments written yet.

Please login to write comment.