Color Hex Logo

#ae42aa Color Hex

#AE42AA
(174,66,170)
0 Favorites   0 Comments

Color spaces of #ae42aa

RGB 17466170
HSL0.840.450.47
HSV302°62°68°
CMYK 0.000.620.02   0.32
XYZ26.659515.797439.6743
Yxy15.79740.32460.1923
Hunter Lab39.745950.1731-31.3610
CIE-Lab46.707657.0052-34.7334

#ae42aa color RGB value is (174,66,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 10101010
Octal 256 102 252
Decimal 174 66 170
Hex AE 42 AA

RGB Percentages of Color #ae42aa

%42.44
%16.10
%41.46

CMYK Percentages of Color #ae42aa

%0
%62
%2
%32

Triadic Colors of #ae42aa

#ae42aa #aaae42 #42aaae

Analogous Colors of #ae42aa

#ae42aa #ae4274 #7c42ae

Monochromatic Colors of #ae42aa

#ae42aa

Complementary Color

#ae42aa #42ae46

#ae42aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae42aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae42aa Color CSS Codes

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

#ae42aa Text Font Color

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

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


#ae42aa Background Color

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

This div background color is #ae42aa


#ae42aa Border Color

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

This div border color is #ae42aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae42aa


Comments

No comments written yet.

Please login to write comment.