Color Hex Logo

#ae5baa Color Hex

#AE5BAA
(174,91,170)
0 Favorites   0 Comments

Color spaces of #ae5baa

RGB 17491170
HSL0.840.340.52
HSV303°48°68°
CMYK 0.000.480.02   0.32
XYZ28.452319.383140.2719
Yxy19.38310.32290.2200
Hunter Lab44.026238.3111-23.4157
CIE-Lab51.132445.1105-27.8179

#ae5baa color RGB value is (174,91,170).

#ae5baa hex color red value is 174, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ae5baa hue: 0.84 , saturation: 0.34 and the lightness value of ae5baa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011011 10101010
Octal 256 133 252
Decimal 174 91 170
Hex AE 5B AA

RGB Percentages of Color #ae5baa

%40.00
%20.92
%39.08

CMYK Percentages of Color #ae5baa

%0
%48
%2
%32

Triadic Colors of #ae5baa

#ae5baa #aaae5b #5baaae

Analogous Colors of #ae5baa

#ae5baa #ae5b81 #895bae

Monochromatic Colors of #ae5baa

#ae5baa

Complementary Color

#ae5baa #5bae5f

#ae5baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5baa Color CSS Codes

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

#ae5baa Text Font Color

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

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


#ae5baa Background Color

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

This div background color is #ae5baa


#ae5baa Border Color

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

This div border color is #ae5baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5baa


Comments

No comments written yet.

Please login to write comment.