Color Hex Logo

#ae08aa Color Hex

#AE08AA
(174,8,170)
0 Favorites   0 Comments

Color spaces of #ae08aa

RGB 1748170
HSL0.840.910.36
HSV301°95°68°
CMYK 0.000.950.02   0.32
XYZ24.798112.074639.0538
Yxy12.07460.32660.1590
Hunter Lab34.748566.5757-42.3119
CIE-Lab41.334472.3633-43.2487

#ae08aa color RGB value is (174,8,170).

#ae08aa hex color red value is 174, green value is 8 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ae08aa hue: 0.84 , saturation: 0.91 and the lightness value of ae08aa is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 10101010
Octal 256 10 252
Decimal 174 8 170
Hex AE 8 AA

RGB Percentages of Color #ae08aa

%49.43
%2.27
%48.30

CMYK Percentages of Color #ae08aa

%0
%95
%2
%32

Triadic Colors of #ae08aa

#ae08aa #aaae08 #08aaae

Analogous Colors of #ae08aa

#ae08aa #ae0857 #5f08ae

Monochromatic Colors of #ae08aa

#ae08aa

Complementary Color

#ae08aa #08ae0c

#ae08aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae08aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae08aa Color CSS Codes

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

#ae08aa Text Font Color

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

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


#ae08aa Background Color

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

This div background color is #ae08aa


#ae08aa Border Color

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

This div border color is #ae08aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae08aa


Comments

No comments written yet.

Please login to write comment.