Color Hex Logo

#ae4aac Color Hex

#AE4AAC
(174,74,172)
0 Favorites   0 Comments

Color spaces of #ae4aac

RGB 17474172
HSL0.840.400.49
HSV301°57°68°
CMYK 0.000.570.01   0.32
XYZ27.350716.874840.8453
Yxy16.87480.32150.1984
Hunter Lab41.078946.9586-30.1975
CIE-Lab48.101953.7996-33.7211

#ae4aac color RGB value is (174,74,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001010 10101100
Octal 256 112 254
Decimal 174 74 172
Hex AE 4A AC

RGB Percentages of Color #ae4aac

%41.43
%17.62
%40.95

CMYK Percentages of Color #ae4aac

%0
%57
%1
%32

Triadic Colors of #ae4aac

#ae4aac #acae4a #4aacae

Analogous Colors of #ae4aac

#ae4aac #ae4a7a #7e4aae

Monochromatic Colors of #ae4aac

#ae4aac

Complementary Color

#ae4aac #4aae4c

#ae4aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4aac Color CSS Codes

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

#ae4aac Text Font Color

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

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


#ae4aac Background Color

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

This div background color is #ae4aac


#ae4aac Border Color

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

This div border color is #ae4aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4aac


Comments

No comments written yet.

Please login to write comment.