Color Hex Logo

#ae10ae Color Hex

#AE10AE
(174,16,174)
0 Favorites   0 Comments

Color spaces of #ae10ae

RGB 17416174
HSL0.830.830.37
HSV300°91°68°
CMYK 0.000.910.00   0.32
XYZ25.280812.425241.1103
Yxy12.42520.32080.1576
Hunter Lab35.249466.3334-44.4735
CIE-Lab41.884172.0538-44.7528

#ae10ae color RGB value is (174,16,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010000 10101110
Octal 256 20 256
Decimal 174 16 174
Hex AE 10 AE

RGB Percentages of Color #ae10ae

%47.80
%4.40
%47.80

CMYK Percentages of Color #ae10ae

%0
%91
%0
%32

Triadic Colors of #ae10ae

#ae10ae #aeae10 #10aeae

Analogous Colors of #ae10ae

#ae10ae #ae105f #5f10ae

Monochromatic Colors of #ae10ae

#ae10ae

Complementary Color

#ae10ae #10ae10

#ae10ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae10ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae10ae Color CSS Codes

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

#ae10ae Text Font Color

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

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


#ae10ae Background Color

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

This div background color is #ae10ae


#ae10ae Border Color

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

This div border color is #ae10ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae10ae


Comments

No comments written yet.

Please login to write comment.