Color Hex Logo

#ae2dac Color Hex

#AE2DAC
(174,45,172)
0 Favorites   0 Comments

Color spaces of #ae2dac

RGB 17445172
HSL0.840.590.43
HSV301°74°68°
CMYK 0.000.740.01   0.32
XYZ25.840313.854040.3419
Yxy13.85400.32290.1731
Hunter Lab37.221058.7853-38.2067
CIE-Lab44.022865.1900-40.1590

#ae2dac color RGB value is (174,45,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101101 10101100
Octal 256 55 254
Decimal 174 45 172
Hex AE 2D AC

RGB Percentages of Color #ae2dac

%44.50
%11.51
%43.99

CMYK Percentages of Color #ae2dac

%0
%74
%1
%32

Triadic Colors of #ae2dac

#ae2dac #acae2d #2dacae

Analogous Colors of #ae2dac

#ae2dac #ae2d6c #702dae

Monochromatic Colors of #ae2dac

#ae2dac

Complementary Color

#ae2dac #2dae2f

#ae2dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2dac Color CSS Codes

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

#ae2dac Text Font Color

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

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


#ae2dac Background Color

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

This div background color is #ae2dac


#ae2dac Border Color

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

This div border color is #ae2dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2dac


Comments

No comments written yet.

Please login to write comment.