Color Hex Logo

#ac2443 Color Hex

#AC2443
(172,36,67)
0 Favorites   0 Comments

Color spaces of #ac2443

RGB 1723667
HSL0.960.650.41
HSV346°79°67°
CMYK 0.000.790.61   0.33
XYZ18.657310.43776.3415
Yxy10.43770.52650.2945
Hunter Lab32.307446.544410.9774
CIE-Lab38.616855.167916.6421

#ac2443 color RGB value is (172,36,67).

#ac2443 hex color red value is 172, green value is 36 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #ac2443 hue: 0.96 , saturation: 0.65 and the lightness value of ac2443 is 0.41.

The process color (four color CMYK) of #ac2443 color hex is 0.00, 0.79, 0.61, 0.33. Web safe color of #ac2443 is #993333. Color #ac2443 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100100 01000011
Octal 254 44 103
Decimal 172 36 67
Hex AC 24 43

RGB Percentages of Color #ac2443

%62.55
%13.09
%24.36

CMYK Percentages of Color #ac2443

%0
%79
%61
%33

Triadic Colors of #ac2443

#ac2443 #43ac24 #2443ac

Analogous Colors of #ac2443

#ac2443 #ac4924 #ac2487

Monochromatic Colors of #ac2443

#ac2443

Complementary Color

#ac2443 #24ac8d

#ac2443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2443 Color CSS Codes

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

#ac2443 Text Font Color

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

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


#ac2443 Background Color

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

This div background color is #ac2443


#ac2443 Border Color

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

This div border color is #ac2443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2443


Comments

No comments written yet.

Please login to write comment.