Color Hex Logo

#ae10ff Color Hex

#AE10FF
(174,16,255)
0 Favorites   0 Comments

Color spaces of #ae10ff

RGB 17416255
HSL0.781.000.53
HSV280°94°100°
CMYK 0.320.940.00   0.00
XYZ35.690816.589395.9287
Yxy16.58930.24080.1119
Hunter Lab40.730085.1383-111.1310
CIE-Lab47.738385.9906-81.8375

#ae10ff color RGB value is (174,16,255).

#ae10ff hex color red value is 174, green value is 16 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ae10ff hue: 0.78 , saturation: 1.00 and the lightness value of ae10ff is 0.53.

The process color (four color CMYK) of #ae10ff color hex is 0.32, 0.94, 0.00, 0.00. Web safe color of #ae10ff is #9900ff. Color #ae10ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010000 11111111
Octal 256 20 377
Decimal 174 16 255
Hex AE 10 FF

RGB Percentages of Color #ae10ff

%39.10
%3.60
%57.30

CMYK Percentages of Color #ae10ff

%32
%94
%0
%0

Triadic Colors of #ae10ff

#ae10ff #ffae10 #10ffae

Analogous Colors of #ae10ff

#ae10ff #ff10d9 #3610ff

Monochromatic Colors of #ae10ff

#ae10ff

Complementary Color

#ae10ff #61ff10

#ae10ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae10ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae10ff Color CSS Codes

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

#ae10ff Text Font Color

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

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


#ae10ff Background Color

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

This div background color is #ae10ff


#ae10ff Border Color

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

This div border color is #ae10ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae10ff

Related Colors


Comments

No comments written yet.

Please login to write comment.