Color Hex Logo

#ae11ab Color Hex

#AE11AB
(174,17,171)
0 Favorites   0 Comments

Color spaces of #ae11ab

RGB 17417171
HSL0.840.820.37
HSV301°90°68°
CMYK 0.000.900.02   0.32
XYZ25.006712.339839.5919
Yxy12.33980.32500.1604
Hunter Lab35.128165.5952-42.2346
CIE-Lab41.751271.4604-43.1799

#ae11ab color RGB value is (174,17,171).

#ae11ab hex color red value is 174, green value is 17 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ae11ab hue: 0.84 , saturation: 0.82 and the lightness value of ae11ab is 0.37.

The process color (four color CMYK) of #ae11ab color hex is 0.00, 0.90, 0.02, 0.32. Web safe color of #ae11ab is #990099. Color #ae11ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010001 10101011
Octal 256 21 253
Decimal 174 17 171
Hex AE 11 AB

RGB Percentages of Color #ae11ab

%48.07
%4.70
%47.24

CMYK Percentages of Color #ae11ab

%0
%90
%2
%32

Triadic Colors of #ae11ab

#ae11ab #abae11 #11abae

Analogous Colors of #ae11ab

#ae11ab #ae115d #6211ae

Monochromatic Colors of #ae11ab

#ae11ab

Complementary Color

#ae11ab #11ae14

#ae11ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae11ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae11ab Color CSS Codes

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

#ae11ab Text Font Color

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

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


#ae11ab Background Color

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

This div background color is #ae11ab


#ae11ab Border Color

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

This div border color is #ae11ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae11ab


Comments

No comments written yet.

Please login to write comment.