Color Hex Logo

#ae3baa Color Hex

#AE3BAA
(174,59,170)
0 Favorites   0 Comments

Color spaces of #ae3baa

RGB 17459170
HSL0.840.490.46
HSV302°66°68°
CMYK 0.000.660.02   0.32
XYZ26.275215.028939.5462
Yxy15.02890.32500.1859
Hunter Lab38.767153.1395-33.3445
CIE-Lab45.673859.8809-36.3619

#ae3baa color RGB value is (174,59,170).

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

The process color (four color CMYK) of #ae3baa color hex is 0.00, 0.66, 0.02, 0.32. Web safe color of #ae3baa is #993399. Color #ae3baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111011 10101010
Octal 256 73 252
Decimal 174 59 170
Hex AE 3B AA

RGB Percentages of Color #ae3baa

%43.18
%14.64
%42.18

CMYK Percentages of Color #ae3baa

%0
%66
%2
%32

Triadic Colors of #ae3baa

#ae3baa #aaae3b #3baaae

Analogous Colors of #ae3baa

#ae3baa #ae3b71 #793bae

Monochromatic Colors of #ae3baa

#ae3baa

Complementary Color

#ae3baa #3bae3f

#ae3baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3baa Color CSS Codes

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

#ae3baa Text Font Color

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

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


#ae3baa Background Color

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

This div background color is #ae3baa


#ae3baa Border Color

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

This div border color is #ae3baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3baa


Comments

No comments written yet.

Please login to write comment.