Color Hex Logo

#ac1361 Color Hex

#AC1361
(172,19,97)
0 Favorites   0 Comments

Color spaces of #ac1361

RGB 1721997
HSL0.920.800.37
HSV329°89°67°
CMYK 0.000.890.44   0.33
XYZ19.403810.099512.2360
Yxy10.09950.46490.2420
Hunter Lab31.779753.3726-0.5824
CIE-Lab38.020461.5635-3.3752

#ac1361 color RGB value is (172,19,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010011 01100001
Octal 254 23 141
Decimal 172 19 97
Hex AC 13 61

RGB Percentages of Color #ac1361

%59.72
%6.60
%33.68

CMYK Percentages of Color #ac1361

%0
%89
%44
%33

Triadic Colors of #ac1361

#ac1361 #61ac13 #1361ac

Analogous Colors of #ac1361

#ac1361 #ac1315 #ab13ac

Monochromatic Colors of #ac1361

#ac1361

Complementary Color

#ac1361 #13ac5e

#ac1361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac1361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac1361 Color CSS Codes

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

#ac1361 Text Font Color

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

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


#ac1361 Background Color

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

This div background color is #ac1361


#ac1361 Border Color

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

This div border color is #ac1361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac1361


Comments

No comments written yet.

Please login to write comment.