Color Hex Logo

#ac141b Color Hex

#AC141B
(172,20,27)
0 Favorites   0 Comments

Color spaces of #ac141b

RGB 1722027
HSL0.990.790.38
HSV357°88°67°
CMYK 0.000.880.84   0.33
XYZ17.46129.35011.9213
Yxy9.35010.60770.3254
Hunter Lab30.577948.419117.6792
CIE-Lab36.649857.299038.7070

#ac141b color RGB value is (172,20,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010100 00011011
Octal 254 24 33
Decimal 172 20 27
Hex AC 14 1B

RGB Percentages of Color #ac141b

%78.54
%9.13
%12.33

CMYK Percentages of Color #ac141b

%0
%88
%84
%33

Triadic Colors of #ac141b

#ac141b #1bac14 #141bac

Analogous Colors of #ac141b

#ac141b #ac5914 #ac1467

Monochromatic Colors of #ac141b

#ac141b

Complementary Color

#ac141b #14aca5

#ac141b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac141b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac141b Color CSS Codes

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

#ac141b Text Font Color

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

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


#ac141b Background Color

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

This div background color is #ac141b


#ac141b Border Color

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

This div border color is #ac141b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac141b


Comments

No comments written yet.

Please login to write comment.