Color Hex Logo

#ae518b Color Hex

#AE518B
(174,81,139)
0 Favorites   0 Comments

Color spaces of #ae518b

RGB 17481139
HSL0.900.360.50
HSV323°53°68°
CMYK 0.000.530.20   0.32
XYZ25.058216.747626.3380
Yxy16.74760.36770.2458
Hunter Lab40.923837.6812-9.5115
CIE-Lab47.940445.0023-14.3731

#ae518b color RGB value is (174,81,139).

#ae518b hex color red value is 174, green value is 81 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ae518b hue: 0.90 , saturation: 0.36 and the lightness value of ae518b is 0.50.

The process color (four color CMYK) of #ae518b color hex is 0.00, 0.53, 0.20, 0.32. Web safe color of #ae518b is #996699. Color #ae518b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010001 10001011
Octal 256 121 213
Decimal 174 81 139
Hex AE 51 8B

RGB Percentages of Color #ae518b

%44.16
%20.56
%35.28

CMYK Percentages of Color #ae518b

%0
%53
%20
%32

Triadic Colors of #ae518b

#ae518b #8bae51 #518bae

Analogous Colors of #ae518b

#ae518b #ae515d #a351ae

Monochromatic Colors of #ae518b

#ae518b

Complementary Color

#ae518b #51ae74

#ae518b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae518b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae518b Color CSS Codes

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

#ae518b Text Font Color

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

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


#ae518b Background Color

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

This div background color is #ae518b


#ae518b Border Color

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

This div border color is #ae518b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae518b


Comments

No comments written yet.

Please login to write comment.