Color Hex Logo

#ae11bb Color Hex

#AE11BB
(174,17,187)
0 Favorites   0 Comments

Color spaces of #ae11bb

RGB 17417187
HSL0.820.830.40
HSV295°91°73°
CMYK 0.070.910.00   0.27
XYZ26.625612.987448.1172
Yxy12.98740.30350.1480
Hunter Lab36.038068.8127-53.9361
CIE-Lab42.744373.9496-51.0554

#ae11bb color RGB value is (174,17,187).

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

The process color (four color CMYK) of #ae11bb color hex is 0.07, 0.91, 0.00, 0.27. Web safe color of #ae11bb is #9900cc. Color #ae11bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010001 10111011
Octal 256 21 273
Decimal 174 17 187
Hex AE 11 BB

RGB Percentages of Color #ae11bb

%46.03
%4.50
%49.47

CMYK Percentages of Color #ae11bb

%7
%91
%0
%27

Triadic Colors of #ae11bb

#ae11bb #bbae11 #11bbae

Analogous Colors of #ae11bb

#ae11bb #bb1173 #5911bb

Monochromatic Colors of #ae11bb

#ae11bb

Complementary Color

#ae11bb #1ebb11

#ae11bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae11bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae11bb Color CSS Codes

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

#ae11bb Text Font Color

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

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


#ae11bb Background Color

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

This div background color is #ae11bb


#ae11bb Border Color

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

This div border color is #ae11bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae11bb


Comments

No comments written yet.

Please login to write comment.