Color Hex Logo

#ae569a Color Hex

#AE569A
(174,86,154)
0 Favorites   0 Comments

Color spaces of #ae569a

RGB 17486154
HSL0.870.350.51
HSV314°51°68°
CMYK 0.000.510.11   0.32
XYZ26.616117.987332.6409
Yxy17.98730.34460.2329
Hunter Lab42.411437.8010-15.9431
CIE-Lab49.480744.8743-20.9560

#ae569a color RGB value is (174,86,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010110 10011010
Octal 256 126 232
Decimal 174 86 154
Hex AE 56 9A

RGB Percentages of Color #ae569a

%42.03
%20.77
%37.20

CMYK Percentages of Color #ae569a

%0
%51
%11
%32

Triadic Colors of #ae569a

#ae569a #9aae56 #569aae

Analogous Colors of #ae569a

#ae569a #ae566e #9656ae

Monochromatic Colors of #ae569a

#ae569a

Complementary Color

#ae569a #56ae6a

#ae569a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae569a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae569a Color CSS Codes

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

#ae569a Text Font Color

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

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


#ae569a Background Color

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

This div background color is #ae569a


#ae569a Border Color

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

This div border color is #ae569a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae569a


Comments

No comments written yet.

Please login to write comment.