Color Hex Logo

#ae0aaf Color Hex

#AE0AAF
(174,10,175)
0 Favorites   0 Comments

Color spaces of #ae0aaf

RGB 17410175
HSL0.830.890.36
HSV300°94°69°
CMYK 0.010.940.00   0.31
XYZ25.302012.310941.6001
Yxy12.31090.31940.1554
Hunter Lab35.086967.3186-45.7352
CIE-Lab41.706072.9111-45.6316

#ae0aaf color RGB value is (174,10,175).

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

The process color (four color CMYK) of #ae0aaf color hex is 0.01, 0.94, 0.00, 0.31. Web safe color of #ae0aaf is #990099. Color #ae0aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001010 10101111
Octal 256 12 257
Decimal 174 10 175
Hex AE A AF

RGB Percentages of Color #ae0aaf

%48.47
%2.79
%48.75

CMYK Percentages of Color #ae0aaf

%1
%94
%0
%31

Triadic Colors of #ae0aaf

#ae0aaf #afae0a #0aafae

Analogous Colors of #ae0aaf

#ae0aaf #af0a5d #5c0aaf

Monochromatic Colors of #ae0aaf

#ae0aaf

Complementary Color

#ae0aaf #0baf0a

#ae0aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0aaf Color CSS Codes

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

#ae0aaf Text Font Color

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

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


#ae0aaf Background Color

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

This div background color is #ae0aaf


#ae0aaf Border Color

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

This div border color is #ae0aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0aaf


Comments

No comments written yet.

Please login to write comment.