Color Hex Logo

#ae4eae Color Hex

#AE4EAE
(174,78,174)
0 Favorites   0 Comments

Color spaces of #ae4eae

RGB 17478174
HSL0.830.380.49
HSV300°55°68°
CMYK 0.000.550.00   0.32
XYZ27.819917.503441.9566
Yxy17.50340.31870.2005
Hunter Lab41.837145.4802-30.1735
CIE-Lab48.888252.2875-33.6620

#ae4eae color RGB value is (174,78,174).

#ae4eae hex color red value is 174, green value is 78 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ae4eae hue: 0.83 , saturation: 0.38 and the lightness value of ae4eae is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001110 10101110
Octal 256 116 256
Decimal 174 78 174
Hex AE 4E AE

RGB Percentages of Color #ae4eae

%40.85
%18.31
%40.85

CMYK Percentages of Color #ae4eae

%0
%55
%0
%32

Triadic Colors of #ae4eae

#ae4eae #aeae4e #4eaeae

Analogous Colors of #ae4eae

#ae4eae #ae4e7e #7e4eae

Monochromatic Colors of #ae4eae

#ae4eae

Complementary Color

#ae4eae #4eae4e

#ae4eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4eae Color CSS Codes

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

#ae4eae Text Font Color

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

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


#ae4eae Background Color

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

This div background color is #ae4eae


#ae4eae Border Color

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

This div border color is #ae4eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4eae


Comments

No comments written yet.

Please login to write comment.