Color Hex Logo

#ac2ace Color Hex

#AC2ACE
(172,42,206)
0 Favorites   0 Comments

Color spaces of #ac2ace

RGB 17242206
HSL0.800.660.49
HSV288°80°81°
CMYK 0.170.800.00   0.19
XYZ28.981814.882859.7377
Yxy14.88280.27970.1437
Hunter Lab38.578266.5858-64.8047
CIE-Lab45.473371.5657-57.7408

#ac2ace color RGB value is (172,42,206).

#ac2ace hex color red value is 172, green value is 42 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ac2ace hue: 0.80 , saturation: 0.66 and the lightness value of ac2ace is 0.49.

The process color (four color CMYK) of #ac2ace color hex is 0.17, 0.80, 0.00, 0.19. Web safe color of #ac2ace is #9933cc. Color #ac2ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101010 11001110
Octal 254 52 316
Decimal 172 42 206
Hex AC 2A CE

RGB Percentages of Color #ac2ace

%40.95
%10.00
%49.05

CMYK Percentages of Color #ac2ace

%17
%80
%0
%19

Triadic Colors of #ac2ace

#ac2ace #ceac2a #2aceac

Analogous Colors of #ac2ace

#ac2ace #ce2a9e #5a2ace

Monochromatic Colors of #ac2ace

#ac2ace

Complementary Color

#ac2ace #4cce2a

#ac2ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2ace Color CSS Codes

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

#ac2ace Text Font Color

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

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


#ac2ace Background Color

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

This div background color is #ac2ace


#ac2ace Border Color

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

This div border color is #ac2ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2ace


Comments

No comments written yet.

Please login to write comment.