Color Hex Logo

#ae2caa Color Hex

#AE2CAA
(174,44,170)
0 Favorites   0 Comments

Color spaces of #ae2caa

RGB 17444170
HSL0.840.600.43
HSV302°75°68°
CMYK 0.000.750.02   0.32
XYZ25.611913.702339.3251
Yxy13.70230.32570.1742
Hunter Lab37.016658.7256-37.0759
CIE-Lab43.802965.1806-39.3210

#ae2caa color RGB value is (174,44,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101100 10101010
Octal 256 54 252
Decimal 174 44 170
Hex AE 2C AA

RGB Percentages of Color #ae2caa

%44.85
%11.34
%43.81

CMYK Percentages of Color #ae2caa

%0
%75
%2
%32

Triadic Colors of #ae2caa

#ae2caa #aaae2c #2caaae

Analogous Colors of #ae2caa

#ae2caa #ae2c69 #712cae

Monochromatic Colors of #ae2caa

#ae2caa

Complementary Color

#ae2caa #2cae30

#ae2caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2caa Color CSS Codes

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

#ae2caa Text Font Color

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

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


#ae2caa Background Color

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

This div background color is #ae2caa


#ae2caa Border Color

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

This div border color is #ae2caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2caa


Comments

No comments written yet.

Please login to write comment.