Color Hex Logo

#ae52ab Color Hex

#AE52AB
(174,82,171)
0 Favorites   0 Comments

Color spaces of #ae52ab

RGB 17482171
HSL0.840.360.50
HSV302°53°68°
CMYK 0.000.530.02   0.32
XYZ27.823517.973540.5309
Yxy17.97350.32230.2082
Hunter Lab42.395242.9561-27.0062
CIE-Lab49.464049.8199-31.0017

#ae52ab color RGB value is (174,82,171).

#ae52ab hex color red value is 174, green value is 82 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ae52ab hue: 0.84 , saturation: 0.36 and the lightness value of ae52ab is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010010 10101011
Octal 256 122 253
Decimal 174 82 171
Hex AE 52 AB

RGB Percentages of Color #ae52ab

%40.75
%19.20
%40.05

CMYK Percentages of Color #ae52ab

%0
%53
%2
%32

Triadic Colors of #ae52ab

#ae52ab #abae52 #52abae

Analogous Colors of #ae52ab

#ae52ab #ae527d #8352ae

Monochromatic Colors of #ae52ab

#ae52ab

Complementary Color

#ae52ab #52ae55

#ae52ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae52ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae52ab Color CSS Codes

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

#ae52ab Text Font Color

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

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


#ae52ab Background Color

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

This div background color is #ae52ab


#ae52ab Border Color

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

This div border color is #ae52ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae52ab


Comments

No comments written yet.

Please login to write comment.