Color Hex Logo

#ae488a Color Hex

#AE488A
(174,72,138)
0 Favorites   0 Comments

Color spaces of #ae488a

RGB 17472138
HSL0.890.410.48
HSV321°59°68°
CMYK 0.000.590.21   0.32
XYZ24.360415.468425.7465
Yxy15.46840.37150.2359
Hunter Lab39.329941.7332-11.2821
CIE-Lab46.269249.2019-16.3146

#ae488a color RGB value is (174,72,138).

#ae488a hex color red value is 174, green value is 72 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ae488a hue: 0.89 , saturation: 0.41 and the lightness value of ae488a is 0.48.

The process color (four color CMYK) of #ae488a color hex is 0.00, 0.59, 0.21, 0.32. Web safe color of #ae488a is #993399. Color #ae488a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001000 10001010
Octal 256 110 212
Decimal 174 72 138
Hex AE 48 8A

RGB Percentages of Color #ae488a

%45.31
%18.75
%35.94

CMYK Percentages of Color #ae488a

%0
%59
%21
%32

Triadic Colors of #ae488a

#ae488a #8aae48 #488aae

Analogous Colors of #ae488a

#ae488a #ae4857 #9f48ae

Monochromatic Colors of #ae488a

#ae488a

Complementary Color

#ae488a #48ae6c

#ae488a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae488a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae488a Color CSS Codes

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

#ae488a Text Font Color

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

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


#ae488a Background Color

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

This div background color is #ae488a


#ae488a Border Color

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

This div border color is #ae488a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae488a


Comments

No comments written yet.

Please login to write comment.