Color Hex Logo

#ac375e Color Hex

#AC375E
(172,55,94)
0 Favorites   0 Comments

Color spaces of #ac375e

RGB 1725594
HSL0.940.520.45
HSV340°68°67°
CMYK 0.000.680.45   0.33
XYZ20.399812.311211.8908
Yxy12.31120.45740.2760
Hunter Lab35.087342.37734.4682
CIE-Lab41.706550.62883.8964

#ac375e color RGB value is (172,55,94).

#ac375e hex color red value is 172, green value is 55 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ac375e hue: 0.94 , saturation: 0.52 and the lightness value of ac375e is 0.45.

The process color (four color CMYK) of #ac375e color hex is 0.00, 0.68, 0.45, 0.33. Web safe color of #ac375e is #993366. Color #ac375e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110111 01011110
Octal 254 67 136
Decimal 172 55 94
Hex AC 37 5E

RGB Percentages of Color #ac375e

%53.58
%17.13
%29.28

CMYK Percentages of Color #ac375e

%0
%68
%45
%33

Triadic Colors of #ac375e

#ac375e #5eac37 #375eac

Analogous Colors of #ac375e

#ac375e #ac4b37 #ac3799

Monochromatic Colors of #ac375e

#ac375e

Complementary Color

#ac375e #37ac85

#ac375e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac375e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac375e Color CSS Codes

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

#ac375e Text Font Color

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

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


#ac375e Background Color

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

This div background color is #ac375e


#ac375e Border Color

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

This div border color is #ac375e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac375e


Comments

No comments written yet.

Please login to write comment.