Color Hex Logo

#ae11ef Color Hex

#AE11EF
(174,17,239)
0 Favorites   0 Comments

Color spaces of #ae11ef

RGB 17417239
HSL0.780.870.50
HSV282°93°94°
CMYK 0.270.930.00   0.06
XYZ33.236015.631682.9268
Yxy15.63160.25220.1186
Hunter Lab39.536880.8638-96.6825
CIE-Lab46.487482.9151-74.9083

#ae11ef color RGB value is (174,17,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010001 11101111
Octal 256 21 357
Decimal 174 17 239
Hex AE 11 EF

RGB Percentages of Color #ae11ef

%40.47
%3.95
%55.58

CMYK Percentages of Color #ae11ef

%27
%93
%0
%6

Triadic Colors of #ae11ef

#ae11ef #efae11 #11efae

Analogous Colors of #ae11ef

#ae11ef #ef11c1 #3f11ef

Monochromatic Colors of #ae11ef

#ae11ef

Complementary Color

#ae11ef #52ef11

#ae11ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae11ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae11ef Color CSS Codes

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

#ae11ef Text Font Color

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

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


#ae11ef Background Color

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

This div background color is #ae11ef


#ae11ef Border Color

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

This div border color is #ae11ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae11ef


Comments

No comments written yet.

Please login to write comment.