Color Hex Logo

#ac4080 Color Hex

#AC4080
(172,64,128)
0 Favorites   0 Comments

Color spaces of #ac4080

RGB 17264128
HSL0.900.460.46
HSV324°63°67°
CMYK 0.000.630.26   0.33
XYZ22.742913.996021.9249
Yxy13.99600.38770.2386
Hunter Lab37.411243.0434-8.5591
CIE-Lab44.227250.8125-13.3856

#ac4080 color RGB value is (172,64,128).

#ac4080 hex color red value is 172, green value is 64 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ac4080 hue: 0.90 , saturation: 0.46 and the lightness value of ac4080 is 0.46.

The process color (four color CMYK) of #ac4080 color hex is 0.00, 0.63, 0.26, 0.33. Web safe color of #ac4080 is #993399. Color #ac4080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000000 10000000
Octal 254 100 200
Decimal 172 64 128
Hex AC 40 80

RGB Percentages of Color #ac4080

%47.25
%17.58
%35.16

CMYK Percentages of Color #ac4080

%0
%63
%26
%33

Triadic Colors of #ac4080

#ac4080 #80ac40 #4080ac

Analogous Colors of #ac4080

#ac4080 #ac404a #a240ac

Monochromatic Colors of #ac4080

#ac4080

Complementary Color

#ac4080 #40ac6c

#ac4080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4080 Color CSS Codes

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

#ac4080 Text Font Color

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

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


#ac4080 Background Color

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

This div background color is #ac4080


#ac4080 Border Color

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

This div border color is #ac4080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4080


Comments

No comments written yet.

Please login to write comment.