Color Hex Logo

#ae16ef Color Hex

#AE16EF
(174,22,239)
0 Favorites   0 Comments

Color spaces of #ae16ef

RGB 17422239
HSL0.780.870.51
HSV282°91°94°
CMYK 0.270.910.00   0.06
XYZ33.322515.804582.9556
Yxy15.80450.25230.1197
Hunter Lab39.754980.0475-95.8907
CIE-Lab46.716982.2311-74.5337

#ae16ef color RGB value is (174,22,239).

#ae16ef hex color red value is 174, green value is 22 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ae16ef hue: 0.78 , saturation: 0.87 and the lightness value of ae16ef is 0.51.

The process color (four color CMYK) of #ae16ef color hex is 0.27, 0.91, 0.00, 0.06. Web safe color of #ae16ef is #9900ff. Color #ae16ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010110 11101111
Octal 256 26 357
Decimal 174 22 239
Hex AE 16 EF

RGB Percentages of Color #ae16ef

%40.00
%5.06
%54.94

CMYK Percentages of Color #ae16ef

%27
%91
%0
%6

Triadic Colors of #ae16ef

#ae16ef #efae16 #16efae

Analogous Colors of #ae16ef

#ae16ef #ef16c4 #4116ef

Monochromatic Colors of #ae16ef

#ae16ef

Complementary Color

#ae16ef #57ef16

#ae16ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae16ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae16ef Color CSS Codes

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

#ae16ef Text Font Color

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

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


#ae16ef Background Color

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

This div background color is #ae16ef


#ae16ef Border Color

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

This div border color is #ae16ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae16ef


Comments

No comments written yet.

Please login to write comment.