Color Hex Logo

#ae55ae Color Hex

#AE55AE
(174,85,174)
0 Favorites   0 Comments

Color spaces of #ae55ae

RGB 17485174
HSL0.830.350.51
HSV300°51°68°
CMYK 0.000.510.00   0.32
XYZ28.344018.551742.1313
Yxy18.55170.31840.2084
Hunter Lab43.071742.0893-27.8453
CIE-Lab50.158548.8835-31.6734

#ae55ae color RGB value is (174,85,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010101 10101110
Octal 256 125 256
Decimal 174 85 174
Hex AE 55 AE

RGB Percentages of Color #ae55ae

%40.18
%19.63
%40.18

CMYK Percentages of Color #ae55ae

%0
%51
%0
%32

Triadic Colors of #ae55ae

#ae55ae #aeae55 #55aeae

Analogous Colors of #ae55ae

#ae55ae #ae5582 #8255ae

Monochromatic Colors of #ae55ae

#ae55ae

Complementary Color

#ae55ae #55ae55

#ae55ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae55ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae55ae Color CSS Codes

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

#ae55ae Text Font Color

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

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


#ae55ae Background Color

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

This div background color is #ae55ae


#ae55ae Border Color

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

This div border color is #ae55ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae55ae


Comments

No comments written yet.

Please login to write comment.