Color Hex Logo

#ac1477 Color Hex

#AC1477
(172,20,119)
0 Favorites   0 Comments

Color spaces of #ac1477

RGB 17220119
HSL0.890.790.38
HSV321°88°67°
CMYK 0.000.880.31   0.33
XYZ20.593210.602918.4139
Yxy10.60290.41510.2137
Hunter Lab32.562155.9048-10.7351
CIE-Lab38.903463.6540-15.9398

#ac1477 color RGB value is (172,20,119).

#ac1477 hex color red value is 172, green value is 20 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ac1477 hue: 0.89 , saturation: 0.79 and the lightness value of ac1477 is 0.38.

The process color (four color CMYK) of #ac1477 color hex is 0.00, 0.88, 0.31, 0.33. Web safe color of #ac1477 is #990066. Color #ac1477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010100 01110111
Octal 254 24 167
Decimal 172 20 119
Hex AC 14 77

RGB Percentages of Color #ac1477

%55.31
%6.43
%38.26

CMYK Percentages of Color #ac1477

%0
%88
%31
%33

Triadic Colors of #ac1477

#ac1477 #77ac14 #1477ac

Analogous Colors of #ac1477

#ac1477 #ac142b #9514ac

Monochromatic Colors of #ac1477

#ac1477

Complementary Color

#ac1477 #14ac49

#ac1477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac1477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac1477 Color CSS Codes

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

#ac1477 Text Font Color

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

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


#ac1477 Background Color

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

This div background color is #ac1477


#ac1477 Border Color

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

This div border color is #ac1477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac1477


Comments

No comments written yet.

Please login to write comment.