Color Hex Logo

#ac085e Color Hex

#AC085E
(172,8,94)
0 Favorites   0 Comments

Color spaces of #ac085e

RGB 172894
HSL0.910.910.35
HSV329°95°67°
CMYK 0.000.950.45   0.33
XYZ19.12059.752511.4643
Yxy9.75250.47400.2418
Hunter Lab31.229054.63900.0947
CIE-Lab37.394562.8215-2.3812

#ac085e color RGB value is (172,8,94).

#ac085e hex color red value is 172, green value is 8 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ac085e hue: 0.91 , saturation: 0.91 and the lightness value of ac085e is 0.35.

The process color (four color CMYK) of #ac085e color hex is 0.00, 0.95, 0.45, 0.33. Web safe color of #ac085e is #990066. Color #ac085e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001000 01011110
Octal 254 10 136
Decimal 172 8 94
Hex AC 8 5E

RGB Percentages of Color #ac085e

%62.77
%2.92
%34.31

CMYK Percentages of Color #ac085e

%0
%95
%45
%33

Triadic Colors of #ac085e

#ac085e #5eac08 #085eac

Analogous Colors of #ac085e

#ac085e #ac080c #a808ac

Monochromatic Colors of #ac085e

#ac085e

Complementary Color

#ac085e #08ac56

#ac085e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac085e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac085e Color CSS Codes

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

#ac085e Text Font Color

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

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


#ac085e Background Color

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

This div background color is #ac085e


#ac085e Border Color

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

This div border color is #ac085e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac085e


Comments

No comments written yet.

Please login to write comment.