Color Hex Logo

#ac186b Color Hex

#AC186B
(172,24,107)
0 Favorites   0 Comments

Color spaces of #ac186b

RGB 17224107
HSL0.910.760.38
HSV326°86°67°
CMYK 0.000.860.38   0.33
XYZ19.993710.485514.8800
Yxy10.48550.44080.2312
Hunter Lab32.381353.5467-4.5783
CIE-Lab38.700061.5878-8.7071

#ac186b color RGB value is (172,24,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011000 01101011
Octal 254 30 153
Decimal 172 24 107
Hex AC 18 6B

RGB Percentages of Color #ac186b

%56.77
%7.92
%35.31

CMYK Percentages of Color #ac186b

%0
%86
%38
%33

Triadic Colors of #ac186b

#ac186b #6bac18 #186bac

Analogous Colors of #ac186b

#ac186b #ac1821 #a318ac

Monochromatic Colors of #ac186b

#ac186b

Complementary Color

#ac186b #18ac59

#ac186b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac186b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac186b Color CSS Codes

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

#ac186b Text Font Color

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

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


#ac186b Background Color

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

This div background color is #ac186b


#ac186b Border Color

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

This div border color is #ac186b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac186b


Comments

No comments written yet.

Please login to write comment.