Color Hex Logo

#ae4aab Color Hex

#AE4AAB
(174,74,171)
0 Favorites   0 Comments

Color spaces of #ae4aab

RGB 17474171
HSL0.840.400.49
HSV302°57°68°
CMYK 0.000.570.02   0.32
XYZ27.255016.836540.3413
Yxy16.83650.32280.1994
Hunter Lab41.032346.7590-29.5689
CIE-Lab48.053453.6233-33.2091

#ae4aab color RGB value is (174,74,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001010 10101011
Octal 256 112 253
Decimal 174 74 171
Hex AE 4A AB

RGB Percentages of Color #ae4aab

%41.53
%17.66
%40.81

CMYK Percentages of Color #ae4aab

%0
%57
%2
%32

Triadic Colors of #ae4aab

#ae4aab #abae4a #4aabae

Analogous Colors of #ae4aab

#ae4aab #ae4a79 #7f4aae

Monochromatic Colors of #ae4aab

#ae4aab

Complementary Color

#ae4aab #4aae4d

#ae4aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4aab Color CSS Codes

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

#ae4aab Text Font Color

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

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


#ae4aab Background Color

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

This div background color is #ae4aab


#ae4aab Border Color

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

This div border color is #ae4aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4aab


Comments

No comments written yet.

Please login to write comment.