Color Hex Logo

#ac1441 Color Hex

#AC1441
(172,20,65)
0 Favorites   0 Comments

Color spaces of #ac1441

RGB 1722065
HSL0.950.790.38
HSV342°88°67°
CMYK 0.000.880.62   0.33
XYZ18.21759.65265.9040
Yxy9.65260.53940.2858
Hunter Lab31.068650.295710.4811
CIE-Lab37.211658.923516.0448

#ac1441 color RGB value is (172,20,65).

#ac1441 hex color red value is 172, green value is 20 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ac1441 hue: 0.95 , saturation: 0.79 and the lightness value of ac1441 is 0.38.

The process color (four color CMYK) of #ac1441 color hex is 0.00, 0.88, 0.62, 0.33. Web safe color of #ac1441 is #990033. Color #ac1441 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010100 01000001
Octal 254 24 101
Decimal 172 20 65
Hex AC 14 41

RGB Percentages of Color #ac1441

%66.93
%7.78
%25.29

CMYK Percentages of Color #ac1441

%0
%88
%62
%33

Triadic Colors of #ac1441

#ac1441 #41ac14 #1441ac

Analogous Colors of #ac1441

#ac1441 #ac3314 #ac148d

Monochromatic Colors of #ac1441

#ac1441

Complementary Color

#ac1441 #14ac7f

#ac1441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac1441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac1441 Color CSS Codes

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

#ac1441 Text Font Color

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

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


#ac1441 Background Color

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

This div background color is #ac1441


#ac1441 Border Color

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

This div border color is #ac1441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac1441


Comments

No comments written yet.

Please login to write comment.