Color Hex Logo

#ac2fac Color Hex

#AC2FAC
(172,47,172)
0 Favorites   0 Comments

Color spaces of #ac2fac

RGB 17247172
HSL0.830.570.43
HSV300°73°67°
CMYK 0.000.730.00   0.33
XYZ25.476213.782240.3472
Yxy13.78220.32000.1731
Hunter Lab37.124457.5260-38.4500
CIE-Lab43.918964.1092-40.3444

#ac2fac color RGB value is (172,47,172).

#ac2fac hex color red value is 172, green value is 47 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ac2fac hue: 0.83 , saturation: 0.57 and the lightness value of ac2fac is 0.43.

The process color (four color CMYK) of #ac2fac color hex is 0.00, 0.73, 0.00, 0.33. Web safe color of #ac2fac is #993399. Color #ac2fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101111 10101100
Octal 254 57 254
Decimal 172 47 172
Hex AC 2F AC

RGB Percentages of Color #ac2fac

%43.99
%12.02
%43.99

CMYK Percentages of Color #ac2fac

%0
%73
%0
%33

Triadic Colors of #ac2fac

#ac2fac #acac2f #2facac

Analogous Colors of #ac2fac

#ac2fac #ac2f6e #6e2fac

Monochromatic Colors of #ac2fac

#ac2fac

Complementary Color

#ac2fac #2fac2f

#ac2fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2fac Color CSS Codes

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

#ac2fac Text Font Color

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

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


#ac2fac Background Color

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

This div background color is #ac2fac


#ac2fac Border Color

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

This div border color is #ac2fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2fac


Comments

No comments written yet.

Please login to write comment.