Color Hex Logo

#ac376b Color Hex

#AC376B
(172,55,107)
0 Favorites   0 Comments

Color spaces of #ac376b

RGB 17255107
HSL0.930.520.45
HSV333°68°67°
CMYK 0.000.680.38   0.33
XYZ21.033312.564615.2265
Yxy12.56460.43080.2573
Hunter Lab35.446643.8869-0.6561
CIE-Lab42.099752.0011-3.6390

#ac376b color RGB value is (172,55,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110111 01101011
Octal 254 67 153
Decimal 172 55 107
Hex AC 37 6B

RGB Percentages of Color #ac376b

%51.50
%16.47
%32.04

CMYK Percentages of Color #ac376b

%0
%68
%38
%33

Triadic Colors of #ac376b

#ac376b #6bac37 #376bac

Analogous Colors of #ac376b

#ac376b #ac3e37 #ac37a6

Monochromatic Colors of #ac376b

#ac376b

Complementary Color

#ac376b #37ac78

#ac376b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac376b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac376b Color CSS Codes

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

#ac376b Text Font Color

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

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


#ac376b Background Color

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

This div background color is #ac376b


#ac376b Border Color

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

This div border color is #ac376b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac376b


Comments

No comments written yet.

Please login to write comment.