Color Hex Logo

#ae58ae Color Hex

#AE58AE
(174,88,174)
0 Favorites   0 Comments

Color spaces of #ae58ae

RGB 17488174
HSL0.830.350.51
HSV300°49°68°
CMYK 0.000.490.00   0.32
XYZ28.585319.034142.2117
Yxy19.03410.31820.2119
Hunter Lab43.628140.6048-26.8255
CIE-Lab50.727147.3781-30.7858

#ae58ae color RGB value is (174,88,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011000 10101110
Octal 256 130 256
Decimal 174 88 174
Hex AE 58 AE

RGB Percentages of Color #ae58ae

%39.91
%20.18
%39.91

CMYK Percentages of Color #ae58ae

%0
%49
%0
%32

Triadic Colors of #ae58ae

#ae58ae #aeae58 #58aeae

Analogous Colors of #ae58ae

#ae58ae #ae5883 #8358ae

Monochromatic Colors of #ae58ae

#ae58ae

Complementary Color

#ae58ae #58ae58

#ae58ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae58ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae58ae Color CSS Codes

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

#ae58ae Text Font Color

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

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


#ae58ae Background Color

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

This div background color is #ae58ae


#ae58ae Border Color

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

This div border color is #ae58ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae58ae


Comments

No comments written yet.

Please login to write comment.