Color Hex Logo

#ac2743 Color Hex

#AC2743
(172,39,67)
0 Favorites   0 Comments

Color spaces of #ac2743

RGB 1723967
HSL0.960.630.41
HSV347°77°67°
CMYK 0.000.770.61   0.33
XYZ18.751910.62696.3731
Yxy10.62690.52450.2972
Hunter Lab32.598945.630511.2280
CIE-Lab38.944854.244317.0791

#ac2743 color RGB value is (172,39,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100111 01000011
Octal 254 47 103
Decimal 172 39 67
Hex AC 27 43

RGB Percentages of Color #ac2743

%61.87
%14.03
%24.10

CMYK Percentages of Color #ac2743

%0
%77
%61
%33

Triadic Colors of #ac2743

#ac2743 #43ac27 #2743ac

Analogous Colors of #ac2743

#ac2743 #ac4e27 #ac2786

Monochromatic Colors of #ac2743

#ac2743

Complementary Color

#ac2743 #27ac90

#ac2743 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2743 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2743 Color CSS Codes

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

#ac2743 Text Font Color

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

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


#ac2743 Background Color

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

This div background color is #ac2743


#ac2743 Border Color

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

This div border color is #ac2743


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2743


Comments

No comments written yet.

Please login to write comment.