Color Hex Logo

#ac3770 Color Hex

#AC3770
(172,55,112)
0 Favorites   0 Comments

Color spaces of #ac3770

RGB 17255112
HSL0.920.520.45
HSV331°68°67°
CMYK 0.000.680.35   0.33
XYZ21.304112.672916.6525
Yxy12.67290.42080.2503
Hunter Lab35.599044.5244-2.8154
CIE-Lab42.266252.5760-6.4965

#ac3770 color RGB value is (172,55,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110111 01110000
Octal 254 67 160
Decimal 172 55 112
Hex AC 37 70

RGB Percentages of Color #ac3770

%50.74
%16.22
%33.04

CMYK Percentages of Color #ac3770

%0
%68
%35
%33

Triadic Colors of #ac3770

#ac3770 #70ac37 #3770ac

Analogous Colors of #ac3770

#ac3770 #ac3937 #ac37ab

Monochromatic Colors of #ac3770

#ac3770

Complementary Color

#ac3770 #37ac73

#ac3770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3770 Color CSS Codes

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

#ac3770 Text Font Color

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

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


#ac3770 Background Color

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

This div background color is #ac3770


#ac3770 Border Color

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

This div border color is #ac3770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3770


Comments

No comments written yet.

Please login to write comment.