Color Hex Logo

#ac135e Color Hex

#AC135E
(172,19,94)
0 Favorites   0 Comments

Color spaces of #ac135e

RGB 1721994
HSL0.920.800.37
HSV331°89°67°
CMYK 0.000.890.45   0.33
XYZ19.266510.044611.5130
Yxy10.04460.47190.2460
Hunter Lab31.693253.04810.6473
CIE-Lab37.922461.2902-1.6046

#ac135e color RGB value is (172,19,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010011 01011110
Octal 254 23 136
Decimal 172 19 94
Hex AC 13 5E

RGB Percentages of Color #ac135e

%60.35
%6.67
%32.98

CMYK Percentages of Color #ac135e

%0
%89
%45
%33

Triadic Colors of #ac135e

#ac135e #5eac13 #135eac

Analogous Colors of #ac135e

#ac135e #ac1413 #ac13ab

Monochromatic Colors of #ac135e

#ac135e

Complementary Color

#ac135e #13ac61

#ac135e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac135e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac135e Color CSS Codes

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

#ac135e Text Font Color

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

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


#ac135e Background Color

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

This div background color is #ac135e


#ac135e Border Color

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

This div border color is #ac135e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac135e


Comments

No comments written yet.

Please login to write comment.