Color Hex Logo

#ae598b Color Hex

#AE598B
(174,89,139)
0 Favorites   0 Comments

Color spaces of #ae598b

RGB 17489139
HSL0.900.340.52
HSV325°49°68°
CMYK 0.000.490.20   0.32
XYZ25.688118.007526.5480
Yxy18.00750.36570.2564
Hunter Lab42.435233.7930-7.3879
CIE-Lab49.505240.9218-12.0055

#ae598b color RGB value is (174,89,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011001 10001011
Octal 256 131 213
Decimal 174 89 139
Hex AE 59 8B

RGB Percentages of Color #ae598b

%43.28
%22.14
%34.58

CMYK Percentages of Color #ae598b

%0
%49
%20
%32

Triadic Colors of #ae598b

#ae598b #8bae59 #598bae

Analogous Colors of #ae598b

#ae598b #ae5961 #a759ae

Monochromatic Colors of #ae598b

#ae598b

Complementary Color

#ae598b #59ae7c

#ae598b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae598b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae598b Color CSS Codes

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

#ae598b Text Font Color

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

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


#ae598b Background Color

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

This div background color is #ae598b


#ae598b Border Color

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

This div border color is #ae598b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae598b


Comments

No comments written yet.

Please login to write comment.