Color Hex Logo

#ac46fa Color Hex

#AC46FA
(172,70,250)
0 Favorites   0 Comments

Color spaces of #ac46fa

RGB 17270250
HSL0.760.950.63
HSV274°72°98°
CMYK 0.310.720.00   0.02
XYZ36.458720.053192.3915
Yxy20.05310.24480.1347
Hunter Lab44.780766.9616-90.9806
CIE-Lab51.897270.6332-72.2809

#ac46fa color RGB value is (172,70,250).

#ac46fa hex color red value is 172, green value is 70 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ac46fa hue: 0.76 , saturation: 0.95 and the lightness value of ac46fa is 0.63.

The process color (four color CMYK) of #ac46fa color hex is 0.31, 0.72, 0.00, 0.02. Web safe color of #ac46fa is #9933ff. Color #ac46fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000110 11111010
Octal 254 106 372
Decimal 172 70 250
Hex AC 46 FA

RGB Percentages of Color #ac46fa

%34.96
%14.23
%50.81

CMYK Percentages of Color #ac46fa

%31
%72
%0
%2

Triadic Colors of #ac46fa

#ac46fa #faac46 #46faac

Analogous Colors of #ac46fa

#ac46fa #fa46ee #5246fa

Monochromatic Colors of #ac46fa

#ac46fa

Complementary Color

#ac46fa #94fa46

#ac46fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac46fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac46fa Color CSS Codes

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

#ac46fa Text Font Color

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

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


#ac46fa Background Color

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

This div background color is #ac46fa


#ac46fa Border Color

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

This div border color is #ac46fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac46fa

Related Colors


Comments

No comments written yet.

Please login to write comment.