Color Hex Logo

#ae11cc Color Hex

#AE11CC
(174,17,204)
0 Favorites   0 Comments

Color spaces of #ae11cc

RGB 17417204
HSL0.810.850.43
HSV290°92°80°
CMYK 0.150.920.00   0.20
XYZ28.555113.759258.2775
Yxy13.75920.28390.1368
Hunter Lab37.093472.4988-67.1852
CIE-Lab43.885676.7493-59.1331

#ae11cc color RGB value is (174,17,204).

#ae11cc hex color red value is 174, green value is 17 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ae11cc hue: 0.81 , saturation: 0.85 and the lightness value of ae11cc is 0.43.

The process color (four color CMYK) of #ae11cc color hex is 0.15, 0.92, 0.00, 0.20. Web safe color of #ae11cc is #9900cc. Color #ae11cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010001 11001100
Octal 256 21 314
Decimal 174 17 204
Hex AE 11 CC

RGB Percentages of Color #ae11cc

%44.05
%4.30
%51.65

CMYK Percentages of Color #ae11cc

%15
%92
%0
%20

Triadic Colors of #ae11cc

#ae11cc #ccae11 #11ccae

Analogous Colors of #ae11cc

#ae11cc #cc118d #5111cc

Monochromatic Colors of #ae11cc

#ae11cc

Complementary Color

#ae11cc #2fcc11

#ae11cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae11cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae11cc Color CSS Codes

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

#ae11cc Text Font Color

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

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


#ae11cc Background Color

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

This div background color is #ae11cc


#ae11cc Border Color

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

This div border color is #ae11cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae11cc


Comments

No comments written yet.

Please login to write comment.