Color Hex Logo

#ac0faa Color Hex

#AC0FAA
(172,15,170)
0 Favorites   0 Comments

Color spaces of #ac0faa

RGB 17215170
HSL0.840.840.37
HSV301°91°67°
CMYK 0.000.910.01   0.33
XYZ24.439812.014639.0611
Yxy12.01460.32360.1591
Hunter Lab34.662165.1995-42.5511
CIE-Lab41.239371.2270-43.4216

#ac0faa color RGB value is (172,15,170).

#ac0faa hex color red value is 172, green value is 15 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ac0faa hue: 0.84 , saturation: 0.84 and the lightness value of ac0faa is 0.37.

The process color (four color CMYK) of #ac0faa color hex is 0.00, 0.91, 0.01, 0.33. Web safe color of #ac0faa is #990099. Color #ac0faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001111 10101010
Octal 254 17 252
Decimal 172 15 170
Hex AC F AA

RGB Percentages of Color #ac0faa

%48.18
%4.20
%47.62

CMYK Percentages of Color #ac0faa

%0
%91
%1
%33

Triadic Colors of #ac0faa

#ac0faa #aaac0f #0faaac

Analogous Colors of #ac0faa

#ac0faa #ac0f5c #5f0fac

Monochromatic Colors of #ac0faa

#ac0faa

Complementary Color

#ac0faa #0fac11

#ac0faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0faa Color CSS Codes

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

#ac0faa Text Font Color

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

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


#ac0faa Background Color

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

This div background color is #ac0faa


#ac0faa Border Color

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

This div border color is #ac0faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0faa


Comments

No comments written yet.

Please login to write comment.