Color Hex Logo

#ae56bb Color Hex

#AE56BB
(174,86,187)
0 Favorites   0 Comments

Color spaces of #ae56bb

RGB 17486187
HSL0.810.430.54
HSV292°54°73°
CMYK 0.070.540.00   0.27
XYZ29.753019.242149.1597
Yxy19.24210.30310.1960
Hunter Lab43.865844.3065-35.7393
CIE-Lab50.969350.8350-37.9667

#ae56bb color RGB value is (174,86,187).

#ae56bb hex color red value is 174, green value is 86 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ae56bb hue: 0.81 , saturation: 0.43 and the lightness value of ae56bb is 0.54.

The process color (four color CMYK) of #ae56bb color hex is 0.07, 0.54, 0.00, 0.27. Web safe color of #ae56bb is #9966cc. Color #ae56bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010110 10111011
Octal 256 126 273
Decimal 174 86 187
Hex AE 56 BB

RGB Percentages of Color #ae56bb

%38.93
%19.24
%41.83

CMYK Percentages of Color #ae56bb

%7
%54
%0
%27

Triadic Colors of #ae56bb

#ae56bb #bbae56 #56bbae

Analogous Colors of #ae56bb

#ae56bb #bb5696 #7c56bb

Monochromatic Colors of #ae56bb

#ae56bb

Complementary Color

#ae56bb #63bb56

#ae56bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae56bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae56bb Color CSS Codes

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

#ae56bb Text Font Color

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

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


#ae56bb Background Color

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

This div background color is #ae56bb


#ae56bb Border Color

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

This div border color is #ae56bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae56bb


Comments

No comments written yet.

Please login to write comment.