Color Hex Logo

#ac376f Color Hex

#AC376F
(172,55,111)
0 Favorites   0 Comments

Color spaces of #ac376f

RGB 17255111
HSL0.920.520.45
HSV331°68°67°
CMYK 0.000.680.35   0.33
XYZ21.248712.650716.3608
Yxy12.65070.42280.2517
Hunter Lab35.567844.3946-2.3753
CIE-Lab42.232252.4593-5.9270

#ac376f color RGB value is (172,55,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110111 01101111
Octal 254 67 157
Decimal 172 55 111
Hex AC 37 6F

RGB Percentages of Color #ac376f

%50.89
%16.27
%32.84

CMYK Percentages of Color #ac376f

%0
%68
%35
%33

Triadic Colors of #ac376f

#ac376f #6fac37 #376fac

Analogous Colors of #ac376f

#ac376f #ac3a37 #ac37aa

Monochromatic Colors of #ac376f

#ac376f

Complementary Color

#ac376f #37ac74

#ac376f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac376f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac376f Color CSS Codes

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

#ac376f Text Font Color

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

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


#ac376f Background Color

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

This div background color is #ac376f


#ac376f Border Color

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

This div border color is #ac376f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac376f


Comments

No comments written yet.

Please login to write comment.