Color Hex Logo

#ae10eb Color Hex

#AE10EB
(174,16,235)
0 Favorites   0 Comments

Color spaces of #ae10eb

RGB 17416235
HSL0.790.870.49
HSV283°93°92°
CMYK 0.260.930.00   0.08
XYZ32.636215.367479.8433
Yxy15.36740.25530.1202
Hunter Lab39.201380.0042-93.3182
CIE-Lab46.133482.3093-73.2263

#ae10eb color RGB value is (174,16,235).

#ae10eb hex color red value is 174, green value is 16 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ae10eb hue: 0.79 , saturation: 0.87 and the lightness value of ae10eb is 0.49.

The process color (four color CMYK) of #ae10eb color hex is 0.26, 0.93, 0.00, 0.08. Web safe color of #ae10eb is #9900ff. Color #ae10eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010000 11101011
Octal 256 20 353
Decimal 174 16 235
Hex AE 10 EB

RGB Percentages of Color #ae10eb

%40.94
%3.76
%55.29

CMYK Percentages of Color #ae10eb

%26
%93
%0
%8

Triadic Colors of #ae10eb

#ae10eb #ebae10 #10ebae

Analogous Colors of #ae10eb

#ae10eb #eb10bb #4110eb

Monochromatic Colors of #ae10eb

#ae10eb

Complementary Color

#ae10eb #4deb10

#ae10eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae10eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae10eb Color CSS Codes

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

#ae10eb Text Font Color

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

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


#ae10eb Background Color

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

This div background color is #ae10eb


#ae10eb Border Color

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

This div border color is #ae10eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae10eb


Comments

No comments written yet.

Please login to write comment.