Color Hex Logo

#ac11ec Color Hex

#AC11EC
(172,17,236)
0 Favorites   0 Comments

Color spaces of #ac11ec

RGB 17217236
HSL0.780.870.50
HSV282°93°93°
CMYK 0.270.930.00   0.07
XYZ32.354015.227780.5909
Yxy15.22770.25240.1188
Hunter Lab39.022779.7060-95.1317
CIE-Lab45.944582.1112-74.1131

#ac11ec color RGB value is (172,17,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010001 11101100
Octal 254 21 354
Decimal 172 17 236
Hex AC 11 EC

RGB Percentages of Color #ac11ec

%40.47
%4.00
%55.53

CMYK Percentages of Color #ac11ec

%27
%93
%0
%7

Triadic Colors of #ac11ec

#ac11ec #ecac11 #11ecac

Analogous Colors of #ac11ec

#ac11ec #ec11bf #3f11ec

Monochromatic Colors of #ac11ec

#ac11ec

Complementary Color

#ac11ec #51ec11

#ac11ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac11ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac11ec Color CSS Codes

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

#ac11ec Text Font Color

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

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


#ac11ec Background Color

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

This div background color is #ac11ec


#ac11ec Border Color

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

This div border color is #ac11ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac11ec


Comments

No comments written yet.

Please login to write comment.