Color Hex Logo

#ae38aa Color Hex

#AE38AA
(174,56,170)
0 Favorites   0 Comments

Color spaces of #ae38aa

RGB 17456170
HSL0.840.510.45
HSV302°68°68°
CMYK 0.000.680.02   0.32
XYZ26.125414.729339.4963
Yxy14.72930.32510.1833
Hunter Lab38.378854.3466-34.1513
CIE-Lab45.261261.0391-37.0132

#ae38aa color RGB value is (174,56,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111000 10101010
Octal 256 70 252
Decimal 174 56 170
Hex AE 38 AA

RGB Percentages of Color #ae38aa

%43.50
%14.00
%42.50

CMYK Percentages of Color #ae38aa

%0
%68
%2
%32

Triadic Colors of #ae38aa

#ae38aa #aaae38 #38aaae

Analogous Colors of #ae38aa

#ae38aa #ae386f #7738ae

Monochromatic Colors of #ae38aa

#ae38aa

Complementary Color

#ae38aa #38ae3c

#ae38aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae38aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae38aa Color CSS Codes

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

#ae38aa Text Font Color

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

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


#ae38aa Background Color

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

This div background color is #ae38aa


#ae38aa Border Color

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

This div border color is #ae38aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae38aa


Comments

No comments written yet.

Please login to write comment.