Color Hex Logo

#ac008e Color Hex

#AC008E
(172,0,142)
0 Favorites   0 Comments

Color spaces of #ac008e

RGB 1720142
HSL0.861.000.34
HSV310°100°67°
CMYK 0.001.000.17   0.33
XYZ21.895710.723726.5070
Yxy10.72370.37030.1814
Hunter Lab32.747162.0433-25.0692
CIE-Lab39.111268.9611-29.8619

#ac008e color RGB value is (172,0,142).

#ac008e hex color red value is 172, green value is 0 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ac008e hue: 0.86 , saturation: 1.00 and the lightness value of ac008e is 0.34.

The process color (four color CMYK) of #ac008e color hex is 0.00, 1.00, 0.17, 0.33. Web safe color of #ac008e is #990099. Color #ac008e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000000 10001110
Octal 254 0 216
Decimal 172 0 142
Hex AC 0 8E

RGB Percentages of Color #ac008e

%54.78
%0.00
%45.22

CMYK Percentages of Color #ac008e

%0
%100
%17
%33

Triadic Colors of #ac008e

#ac008e #8eac00 #008eac

Analogous Colors of #ac008e

#ac008e #ac0038 #7400ac

Monochromatic Colors of #ac008e

#ac008e

Complementary Color

#ac008e #00ac1e

#ac008e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac008e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac008e Color CSS Codes

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

#ac008e Text Font Color

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

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


#ac008e Background Color

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

This div background color is #ac008e


#ac008e Border Color

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

This div border color is #ac008e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac008e


Comments

No comments written yet.

Please login to write comment.