Color Hex Logo

#ae5faa Color Hex

#AE5FAA
(174,95,170)
0 Favorites   0 Comments

Color spaces of #ae5faa

RGB 17495170
HSL0.840.330.53
HSV303°45°68°
CMYK 0.000.450.02   0.32
XYZ28.803520.085440.3890
Yxy20.08540.32260.2250
Hunter Lab44.816736.2918-22.0606
CIE-Lab51.933643.0277-26.5756

#ae5faa color RGB value is (174,95,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011111 10101010
Octal 256 137 252
Decimal 174 95 170
Hex AE 5F AA

RGB Percentages of Color #ae5faa

%39.64
%21.64
%38.72

CMYK Percentages of Color #ae5faa

%0
%45
%2
%32

Triadic Colors of #ae5faa

#ae5faa #aaae5f #5faaae

Analogous Colors of #ae5faa

#ae5faa #ae5f83 #8b5fae

Monochromatic Colors of #ae5faa

#ae5faa

Complementary Color

#ae5faa #5fae63

#ae5faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5faa Color CSS Codes

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

#ae5faa Text Font Color

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

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


#ae5faa Background Color

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

This div background color is #ae5faa


#ae5faa Border Color

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

This div border color is #ae5faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5faa


Comments

No comments written yet.

Please login to write comment.