Color Hex Logo

#ac14eb Color Hex

#AC14EB
(172,20,235)
0 Favorites   0 Comments

Color spaces of #ac14eb

RGB 17220235
HSL0.780.840.50
HSV282°91°92°
CMYK 0.270.910.00   0.08
XYZ32.258815.269179.8443
Yxy15.26910.25330.1199
Hunter Lab39.075778.9776-93.7957
CIE-Lab46.000681.5267-73.4560

#ac14eb color RGB value is (172,20,235).

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

The process color (four color CMYK) of #ac14eb color hex is 0.27, 0.91, 0.00, 0.08. Web safe color of #ac14eb is #9900ff. Color #ac14eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010100 11101011
Octal 254 24 353
Decimal 172 20 235
Hex AC 14 EB

RGB Percentages of Color #ac14eb

%40.28
%4.68
%55.04

CMYK Percentages of Color #ac14eb

%27
%91
%0
%8

Triadic Colors of #ac14eb

#ac14eb #ebac14 #14ebac

Analogous Colors of #ac14eb

#ac14eb #eb14bf #4114eb

Monochromatic Colors of #ac14eb

#ac14eb

Complementary Color

#ac14eb #53eb14

#ac14eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac14eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac14eb Color CSS Codes

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

#ac14eb Text Font Color

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

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


#ac14eb Background Color

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

This div background color is #ac14eb


#ac14eb Border Color

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

This div border color is #ac14eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac14eb


Comments

No comments written yet.

Please login to write comment.