Color Hex Logo

#ae16ea Color Hex

#AE16EA
(174,22,234)
0 Favorites   0 Comments

Color spaces of #ae16ea

RGB 17422234
HSL0.790.830.50
HSV283°91°92°
CMYK 0.260.910.00   0.08
XYZ32.593815.513079.1183
Yxy15.51300.25620.1219
Hunter Lab39.386578.7888-91.5291
CIE-Lab46.329081.3145-72.3415

#ae16ea color RGB value is (174,22,234).

#ae16ea hex color red value is 174, green value is 22 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ae16ea hue: 0.79 , saturation: 0.83 and the lightness value of ae16ea is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010110 11101010
Octal 256 26 352
Decimal 174 22 234
Hex AE 16 EA

RGB Percentages of Color #ae16ea

%40.47
%5.12
%54.42

CMYK Percentages of Color #ae16ea

%26
%91
%0
%8

Triadic Colors of #ae16ea

#ae16ea #eaae16 #16eaae

Analogous Colors of #ae16ea

#ae16ea #ea16bc #4416ea

Monochromatic Colors of #ae16ea

#ae16ea

Complementary Color

#ae16ea #52ea16

#ae16ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae16ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae16ea Color CSS Codes

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

#ae16ea Text Font Color

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

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


#ae16ea Background Color

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

This div background color is #ae16ea


#ae16ea Border Color

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

This div border color is #ae16ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae16ea


Comments

No comments written yet.

Please login to write comment.