Color Hex Logo

#ac2e40 Color Hex

#AC2E40
(172,46,64)
0 Favorites   0 Comments

Color spaces of #ac2e40

RGB 1724664
HSL0.980.580.43
HSV351°73°67°
CMYK 0.000.730.63   0.33
XYZ18.915711.09485.9950
Yxy11.09480.52540.3081
Hunter Lab33.308943.077512.6451
CIE-Lab39.739751.663320.0166

#ac2e40 color RGB value is (172,46,64).

#ac2e40 hex color red value is 172, green value is 46 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ac2e40 hue: 0.98 , saturation: 0.58 and the lightness value of ac2e40 is 0.43.

The process color (four color CMYK) of #ac2e40 color hex is 0.00, 0.73, 0.63, 0.33. Web safe color of #ac2e40 is #993333. Color #ac2e40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101110 01000000
Octal 254 56 100
Decimal 172 46 64
Hex AC 2E 40

RGB Percentages of Color #ac2e40

%60.99
%16.31
%22.70

CMYK Percentages of Color #ac2e40

%0
%73
%63
%33

Triadic Colors of #ac2e40

#ac2e40 #40ac2e #2e40ac

Analogous Colors of #ac2e40

#ac2e40 #ac5b2e #ac2e7f

Monochromatic Colors of #ac2e40

#ac2e40

Complementary Color

#ac2e40 #2eac9a

#ac2e40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2e40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2e40 Color CSS Codes

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

#ac2e40 Text Font Color

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

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


#ac2e40 Background Color

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

This div background color is #ac2e40


#ac2e40 Border Color

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

This div border color is #ac2e40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2e40


Comments

No comments written yet.

Please login to write comment.