Color Hex Logo

#ac1eff Color Hex

#AC1EFF
(172,30,255)
0 Favorites   0 Comments

Color spaces of #ac1eff

RGB 17230255
HSL0.771.000.56
HSV278°88°100°
CMYK 0.330.880.00   0.00
XYZ35.527516.919296.0010
Yxy16.91920.23930.1140
Hunter Lab41.133082.1920-109.5850
CIE-Lab48.158183.6304-81.1620

#ac1eff color RGB value is (172,30,255).

#ac1eff hex color red value is 172, green value is 30 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ac1eff hue: 0.77 , saturation: 1.00 and the lightness value of ac1eff is 0.56.

The process color (four color CMYK) of #ac1eff color hex is 0.33, 0.88, 0.00, 0.00. Web safe color of #ac1eff is #9933ff. Color #ac1eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011110 11111111
Octal 254 36 377
Decimal 172 30 255
Hex AC 1E FF

RGB Percentages of Color #ac1eff

%37.64
%6.56
%55.80

CMYK Percentages of Color #ac1eff

%33
%88
%0
%0

Triadic Colors of #ac1eff

#ac1eff #ffac1e #1effac

Analogous Colors of #ac1eff

#ac1eff #ff1ee2 #3c1eff

Monochromatic Colors of #ac1eff

#ac1eff

Complementary Color

#ac1eff #71ff1e

#ac1eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac1eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac1eff Color CSS Codes

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

#ac1eff Text Font Color

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

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


#ac1eff Background Color

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

This div background color is #ac1eff


#ac1eff Border Color

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

This div border color is #ac1eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac1eff

Related Colors


Comments

No comments written yet.

Please login to write comment.