Color Hex Logo

#ac185e Color Hex

#AC185E
(172,24,94)
0 Favorites   0 Comments

Color spaces of #ac185e

RGB 1722494
HSL0.920.760.38
HSV332°86°67°
CMYK 0.000.860.45   0.33
XYZ19.360310.232111.5443
Yxy10.23210.47060.2487
Hunter Lab31.987752.05750.9937
CIE-Lab38.255860.3287-1.1154

#ac185e color RGB value is (172,24,94).

#ac185e hex color red value is 172, green value is 24 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ac185e hue: 0.92 , saturation: 0.76 and the lightness value of ac185e is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011000 01011110
Octal 254 30 136
Decimal 172 24 94
Hex AC 18 5E

RGB Percentages of Color #ac185e

%59.31
%8.28
%32.41

CMYK Percentages of Color #ac185e

%0
%86
%45
%33

Triadic Colors of #ac185e

#ac185e #5eac18 #185eac

Analogous Colors of #ac185e

#ac185e #ac1c18 #ac18a8

Monochromatic Colors of #ac185e

#ac185e

Complementary Color

#ac185e #18ac66

#ac185e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac185e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac185e Color CSS Codes

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

#ac185e Text Font Color

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

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


#ac185e Background Color

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

This div background color is #ac185e


#ac185e Border Color

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

This div border color is #ac185e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,24,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 #ac185e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac185e


Comments

No comments written yet.

Please login to write comment.