Color Hex Logo

#ae0aae Color Hex

#AE0AAE
(174,10,174)
0 Favorites   0 Comments

Color spaces of #ae0aae

RGB 17410174
HSL0.830.890.36
HSV300°94°68°
CMYK 0.000.940.00   0.32
XYZ25.204112.271741.0847
Yxy12.27170.32080.1562
Hunter Lab35.031067.1230-45.0142
CIE-Lab41.644772.7600-45.1354

#ae0aae color RGB value is (174,10,174).

#ae0aae hex color red value is 174, green value is 10 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ae0aae hue: 0.83 , saturation: 0.89 and the lightness value of ae0aae is 0.36.

The process color (four color CMYK) of #ae0aae color hex is 0.00, 0.94, 0.00, 0.32. Web safe color of #ae0aae is #990099. Color #ae0aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001010 10101110
Octal 256 12 256
Decimal 174 10 174
Hex AE A AE

RGB Percentages of Color #ae0aae

%48.60
%2.79
%48.60

CMYK Percentages of Color #ae0aae

%0
%94
%0
%32

Triadic Colors of #ae0aae

#ae0aae #aeae0a #0aaeae

Analogous Colors of #ae0aae

#ae0aae #ae0a5c #5c0aae

Monochromatic Colors of #ae0aae

#ae0aae

Complementary Color

#ae0aae #0aae0a

#ae0aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0aae Color CSS Codes

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

#ae0aae Text Font Color

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

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


#ae0aae Background Color

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

This div background color is #ae0aae


#ae0aae Border Color

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

This div border color is #ae0aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0aae


Comments

No comments written yet.

Please login to write comment.