Color Hex Logo

#ae598d Color Hex

#AE598D
(174,89,141)
0 Favorites   0 Comments

Color spaces of #ae598d

RGB 17489141
HSL0.900.340.52
HSV323°49°68°
CMYK 0.000.490.19   0.32
XYZ25.835718.066527.3248
Yxy18.06650.36270.2536
Hunter Lab42.504734.1147-8.3622
CIE-Lab49.576741.2318-13.0892

#ae598d color RGB value is (174,89,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011001 10001101
Octal 256 131 215
Decimal 174 89 141
Hex AE 59 8D

RGB Percentages of Color #ae598d

%43.07
%22.03
%34.90

CMYK Percentages of Color #ae598d

%0
%49
%19
%32

Triadic Colors of #ae598d

#ae598d #8dae59 #598dae

Analogous Colors of #ae598d

#ae598d #ae5962 #a559ae

Monochromatic Colors of #ae598d

#ae598d

Complementary Color

#ae598d #59ae7a

#ae598d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae598d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae598d Color CSS Codes

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

#ae598d Text Font Color

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

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


#ae598d Background Color

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

This div background color is #ae598d


#ae598d Border Color

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

This div border color is #ae598d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae598d


Comments

No comments written yet.

Please login to write comment.