Color Hex Logo

#ac375c Color Hex

#AC375C
(172,55,92)
0 Favorites   0 Comments

Color spaces of #ac375c

RGB 1725592
HSL0.950.520.45
HSV341°68°67°
CMYK 0.000.680.47   0.33
XYZ20.311212.275711.4241
Yxy12.27570.46150.2789
Hunter Lab35.036742.16445.1935
CIE-Lab41.651050.43415.0681

#ac375c color RGB value is (172,55,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110111 01011100
Octal 254 67 134
Decimal 172 55 92
Hex AC 37 5C

RGB Percentages of Color #ac375c

%53.92
%17.24
%28.84

CMYK Percentages of Color #ac375c

%0
%68
%47
%33

Triadic Colors of #ac375c

#ac375c #5cac37 #375cac

Analogous Colors of #ac375c

#ac375c #ac4d37 #ac3797

Monochromatic Colors of #ac375c

#ac375c

Complementary Color

#ac375c #37ac87

#ac375c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac375c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac375c Color CSS Codes

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

#ac375c Text Font Color

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

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


#ac375c Background Color

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

This div background color is #ac375c


#ac375c Border Color

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

This div border color is #ac375c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac375c


Comments

No comments written yet.

Please login to write comment.