Color Hex Logo

#ac10eb Color Hex

#AC10EB
(172,16,235)
0 Favorites   0 Comments

Color spaces of #ac10eb

RGB 17216235
HSL0.790.870.49
HSV283°93°92°
CMYK 0.270.930.00   0.08
XYZ32.193915.139479.8226
Yxy15.13940.25320.1191
Hunter Lab38.909479.6008-94.3969
CIE-Lab45.824582.0515-73.7431

#ac10eb color RGB value is (172,16,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010000 11101011
Octal 254 20 353
Decimal 172 16 235
Hex AC 10 EB

RGB Percentages of Color #ac10eb

%40.66
%3.78
%55.56

CMYK Percentages of Color #ac10eb

%27
%93
%0
%8

Triadic Colors of #ac10eb

#ac10eb #ebac10 #10ebac

Analogous Colors of #ac10eb

#ac10eb #eb10bd #3e10eb

Monochromatic Colors of #ac10eb

#ac10eb

Complementary Color

#ac10eb #4feb10

#ac10eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac10eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac10eb Color CSS Codes

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

#ac10eb Text Font Color

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

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


#ac10eb Background Color

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

This div background color is #ac10eb


#ac10eb Border Color

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

This div border color is #ac10eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,16,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 #ac10eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac10eb


Comments

No comments written yet.

Please login to write comment.