Color Hex Logo

#ac137b Color Hex

#AC137B
(172,19,123)
0 Favorites   0 Comments

Color spaces of #ac137b

RGB 17219123
HSL0.890.800.37
HSV319°89°67°
CMYK 0.000.890.28   0.33
XYZ20.821310.666519.7003
Yxy10.66650.40680.2084
Hunter Lab32.659656.6438-12.9020
CIE-Lab39.013064.2865-18.2687

#ac137b color RGB value is (172,19,123).

#ac137b hex color red value is 172, green value is 19 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ac137b hue: 0.89 , saturation: 0.80 and the lightness value of ac137b is 0.37.

The process color (four color CMYK) of #ac137b color hex is 0.00, 0.89, 0.28, 0.33. Web safe color of #ac137b is #990066. Color #ac137b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010011 01111011
Octal 254 23 173
Decimal 172 19 123
Hex AC 13 7B

RGB Percentages of Color #ac137b

%54.78
%6.05
%39.17

CMYK Percentages of Color #ac137b

%0
%89
%28
%33

Triadic Colors of #ac137b

#ac137b #7bac13 #137bac

Analogous Colors of #ac137b

#ac137b #ac132e #9113ac

Monochromatic Colors of #ac137b

#ac137b

Complementary Color

#ac137b #13ac44

#ac137b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac137b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac137b Color CSS Codes

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

#ac137b Text Font Color

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

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


#ac137b Background Color

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

This div background color is #ac137b


#ac137b Border Color

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

This div border color is #ac137b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac137b


Comments

No comments written yet.

Please login to write comment.