Color Hex Logo

#ac234c Color Hex

#AC234C
(172,35,76)
0 Favorites   0 Comments

Color spaces of #ac234c

RGB 1723576
HSL0.950.660.41
HSV342°80°67°
CMYK 0.000.800.56   0.33
XYZ18.918810.49457.8660
Yxy10.49450.50750.2815
Hunter Lab32.395247.55238.2802
CIE-Lab38.715756.093011.0407

#ac234c color RGB value is (172,35,76).

#ac234c hex color red value is 172, green value is 35 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ac234c hue: 0.95 , saturation: 0.66 and the lightness value of ac234c is 0.41.

The process color (four color CMYK) of #ac234c color hex is 0.00, 0.80, 0.56, 0.33. Web safe color of #ac234c is #993333. Color #ac234c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100011 01001100
Octal 254 43 114
Decimal 172 35 76
Hex AC 23 4C

RGB Percentages of Color #ac234c

%60.78
%12.37
%26.86

CMYK Percentages of Color #ac234c

%0
%80
%56
%33

Triadic Colors of #ac234c

#ac234c #4cac23 #234cac

Analogous Colors of #ac234c

#ac234c #ac3f23 #ac2391

Monochromatic Colors of #ac234c

#ac234c

Complementary Color

#ac234c #23ac83

#ac234c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac234c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac234c Color CSS Codes

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

#ac234c Text Font Color

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

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


#ac234c Background Color

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

This div background color is #ac234c


#ac234c Border Color

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

This div border color is #ac234c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac234c


Comments

No comments written yet.

Please login to write comment.