Color Hex Logo

#ae2daa Color Hex

#AE2DAA
(174,45,170)
0 Favorites   0 Comments

Color spaces of #ae2daa

RGB 17445170
HSL0.840.590.43
HSV302°74°68°
CMYK 0.000.740.02   0.32
XYZ25.649613.777739.3377
Yxy13.77770.32560.1749
Hunter Lab37.118358.3905-36.8522
CIE-Lab43.912464.8670-39.1474

#ae2daa color RGB value is (174,45,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101101 10101010
Octal 256 55 252
Decimal 174 45 170
Hex AE 2D AA

RGB Percentages of Color #ae2daa

%44.73
%11.57
%43.70

CMYK Percentages of Color #ae2daa

%0
%74
%2
%32

Triadic Colors of #ae2daa

#ae2daa #aaae2d #2daaae

Analogous Colors of #ae2daa

#ae2daa #ae2d6a #722dae

Monochromatic Colors of #ae2daa

#ae2daa

Complementary Color

#ae2daa #2dae31

#ae2daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2daa Color CSS Codes

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

#ae2daa Text Font Color

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

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


#ae2daa Background Color

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

This div background color is #ae2daa


#ae2daa Border Color

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

This div border color is #ae2daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2daa


Comments

No comments written yet.

Please login to write comment.