Color Hex Logo

#ae2dae Color Hex

#AE2DAE
(174,45,174)
0 Favorites   0 Comments

Color spaces of #ae2dae

RGB 17445174
HSL0.830.590.43
HSV300°74°68°
CMYK 0.000.740.00   0.32
XYZ26.033913.931441.3613
Yxy13.93140.32010.1713
Hunter Lab37.324859.1847-39.5746
CIE-Lab44.134465.5160-41.1665

#ae2dae color RGB value is (174,45,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101101 10101110
Octal 256 55 256
Decimal 174 45 174
Hex AE 2D AE

RGB Percentages of Color #ae2dae

%44.27
%11.45
%44.27

CMYK Percentages of Color #ae2dae

%0
%74
%0
%32

Triadic Colors of #ae2dae

#ae2dae #aeae2d #2daeae

Analogous Colors of #ae2dae

#ae2dae #ae2d6e #6e2dae

Monochromatic Colors of #ae2dae

#ae2dae

Complementary Color

#ae2dae #2dae2d

#ae2dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2dae Color CSS Codes

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

#ae2dae Text Font Color

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

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


#ae2dae Background Color

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

This div background color is #ae2dae


#ae2dae Border Color

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

This div border color is #ae2dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2dae


Comments

No comments written yet.

Please login to write comment.