Color Hex Logo

#ae589b Color Hex

#AE589B
(174,88,155)
0 Favorites   0 Comments

Color spaces of #ae589b

RGB 17488155
HSL0.870.350.51
HSV313°49°68°
CMYK 0.000.490.11   0.32
XYZ26.861718.344733.1355
Yxy18.34470.34290.2342
Hunter Lab42.830736.9943-15.8875
CIE-Lab49.911644.0202-20.8859

#ae589b color RGB value is (174,88,155).

#ae589b hex color red value is 174, green value is 88 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ae589b hue: 0.87 , saturation: 0.35 and the lightness value of ae589b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011000 10011011
Octal 256 130 233
Decimal 174 88 155
Hex AE 58 9B

RGB Percentages of Color #ae589b

%41.73
%21.10
%37.17

CMYK Percentages of Color #ae589b

%0
%49
%11
%32

Triadic Colors of #ae589b

#ae589b #9bae58 #589bae

Analogous Colors of #ae589b

#ae589b #ae5870 #9658ae

Monochromatic Colors of #ae589b

#ae589b

Complementary Color

#ae589b #58ae6b

#ae589b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae589b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae589b Color CSS Codes

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

#ae589b Text Font Color

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

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


#ae589b Background Color

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

This div background color is #ae589b


#ae589b Border Color

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

This div border color is #ae589b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae589b


Comments

No comments written yet.

Please login to write comment.