Color Hex Logo

#ac2641 Color Hex

#AC2641
(172,38,65)
0 Favorites   0 Comments

Color spaces of #ac2641

RGB 1723865
HSL0.970.640.41
HSV348°78°67°
CMYK 0.000.780.62   0.33
XYZ18.660510.53856.0516
Yxy10.53850.52940.2990
Hunter Lab32.463145.795511.6716
CIE-Lab38.792154.429118.1441

#ac2641 color RGB value is (172,38,65).

#ac2641 hex color red value is 172, green value is 38 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ac2641 hue: 0.97 , saturation: 0.64 and the lightness value of ac2641 is 0.41.

The process color (four color CMYK) of #ac2641 color hex is 0.00, 0.78, 0.62, 0.33. Web safe color of #ac2641 is #993333. Color #ac2641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100110 01000001
Octal 254 46 101
Decimal 172 38 65
Hex AC 26 41

RGB Percentages of Color #ac2641

%62.55
%13.82
%23.64

CMYK Percentages of Color #ac2641

%0
%78
%62
%33

Triadic Colors of #ac2641

#ac2641 #41ac26 #2641ac

Analogous Colors of #ac2641

#ac2641 #ac4e26 #ac2684

Monochromatic Colors of #ac2641

#ac2641

Complementary Color

#ac2641 #26ac91

#ac2641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2641 Color CSS Codes

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

#ac2641 Text Font Color

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

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


#ac2641 Background Color

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

This div background color is #ac2641


#ac2641 Border Color

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

This div border color is #ac2641


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,38,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 #ac2641">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2641


Comments

No comments written yet.

Please login to write comment.