Color Hex Logo

#ac0b2e Color Hex

#AC0B2E
(172,11,46)
0 Favorites   0 Comments

Color spaces of #ac0b2e

RGB 1721146
HSL0.960.880.36
HSV347°94°67°
CMYK 0.000.940.73   0.33
XYZ17.62619.20733.4329
Yxy9.20730.58240.3042
Hunter Lab30.343550.586814.5327
CIE-Lab36.380459.352227.1285

#ac0b2e color RGB value is (172,11,46).

#ac0b2e hex color red value is 172, green value is 11 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ac0b2e hue: 0.96 , saturation: 0.88 and the lightness value of ac0b2e is 0.36.

The process color (four color CMYK) of #ac0b2e color hex is 0.00, 0.94, 0.73, 0.33. Web safe color of #ac0b2e is #990033. Color #ac0b2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001011 00101110
Octal 254 13 56
Decimal 172 11 46
Hex AC B 2E

RGB Percentages of Color #ac0b2e

%75.11
%4.80
%20.09

CMYK Percentages of Color #ac0b2e

%0
%94
%73
%33

Triadic Colors of #ac0b2e

#ac0b2e #2eac0b #0b2eac

Analogous Colors of #ac0b2e

#ac0b2e #ac390b #ac0b7f

Monochromatic Colors of #ac0b2e

#ac0b2e

Complementary Color

#ac0b2e #0bac89

#ac0b2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0b2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0b2e Color CSS Codes

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

#ac0b2e Text Font Color

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

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


#ac0b2e Background Color

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

This div background color is #ac0b2e


#ac0b2e Border Color

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

This div border color is #ac0b2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0b2e


Comments

No comments written yet.

Please login to write comment.