Color Hex Logo

#ae3aac Color Hex

#AE3AAC
(174,58,172)
0 Favorites   0 Comments

Color spaces of #ae3aac

RGB 17458172
HSL0.840.500.45
HSV301°67°68°
CMYK 0.000.670.01   0.32
XYZ26.415015.003340.5334
Yxy15.00330.32230.1831
Hunter Lab38.734153.9447-34.9303
CIE-Lab45.638760.6086-37.5999

#ae3aac color RGB value is (174,58,172).

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

The process color (four color CMYK) of #ae3aac color hex is 0.00, 0.67, 0.01, 0.32. Web safe color of #ae3aac is #993399. Color #ae3aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111010 10101100
Octal 256 72 254
Decimal 174 58 172
Hex AE 3A AC

RGB Percentages of Color #ae3aac

%43.07
%14.36
%42.57

CMYK Percentages of Color #ae3aac

%0
%67
%1
%32

Triadic Colors of #ae3aac

#ae3aac #acae3a #3aacae

Analogous Colors of #ae3aac

#ae3aac #ae3a72 #763aae

Monochromatic Colors of #ae3aac

#ae3aac

Complementary Color

#ae3aac #3aae3c

#ae3aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3aac Color CSS Codes

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

#ae3aac Text Font Color

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

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


#ae3aac Background Color

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

This div background color is #ae3aac


#ae3aac Border Color

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

This div border color is #ae3aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3aac


Comments

No comments written yet.

Please login to write comment.