Color Hex Logo

#ac11ea Color Hex

#AC11EA
(172,17,234)
0 Favorites   0 Comments

Color spaces of #ac11ea

RGB 17217234
HSL0.790.860.49
HSV283°93°92°
CMYK 0.260.930.00   0.08
XYZ32.065015.112179.0688
Yxy15.11210.25400.1197
Hunter Lab38.874379.2036-93.3816
CIE-Lab45.787481.7460-73.2378

#ac11ea color RGB value is (172,17,234).

#ac11ea hex color red value is 172, green value is 17 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ac11ea hue: 0.79 , saturation: 0.86 and the lightness value of ac11ea is 0.49.

The process color (four color CMYK) of #ac11ea color hex is 0.26, 0.93, 0.00, 0.08. Web safe color of #ac11ea is #9900ff. Color #ac11ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010001 11101010
Octal 254 21 352
Decimal 172 17 234
Hex AC 11 EA

RGB Percentages of Color #ac11ea

%40.66
%4.02
%55.32

CMYK Percentages of Color #ac11ea

%26
%93
%0
%8

Triadic Colors of #ac11ea

#ac11ea #eaac11 #11eaac

Analogous Colors of #ac11ea

#ac11ea #ea11bc #3f11ea

Monochromatic Colors of #ac11ea

#ac11ea

Complementary Color

#ac11ea #4fea11

#ac11ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac11ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac11ea Color CSS Codes

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

#ac11ea Text Font Color

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

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


#ac11ea Background Color

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

This div background color is #ac11ea


#ac11ea Border Color

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

This div border color is #ac11ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac11ea


Comments

No comments written yet.

Please login to write comment.