color codes Logo

#ac469c color codes

#AC469C
(172,70,156)
0 Favorites   0 Comments

Color spaces of #ac469c

RGB 17270156
HSL0.860.420.47
HSV309°59°67°
CMYK 0.000.590.09   0.33
XYZ25.204215.551333.1258
Yxy15.55130.34110.2105
Hunter Lab39.435145.0733-22.1994
CIE-Lab46.380252.3488-26.9613

#ac469c color RGB value is (172,70,156).

#ac469c hex color red value is 172, green value is 70 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ac469c hue: 0.86 , saturation: 0.42 and the lightness value of ac469c is 0.47.

The process color (four color CMYK) of #ac469c color code is 0.00, 0.59, 0.09, 0.33. Web safe color of #ac469c is #993399. Color #ac469c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000110 10011100
Octal 254 106 234
Decimal 172 70 156
Hex AC 46 9C

RGB Percentages of Color #ac469c

%43.22
%17.59
%39.20

CMYK Percentages of Color #ac469c

%0
%59
%9
%33

Triadic Colors of #ac469c

#ac469c #9cac46 #469cac

Analogous Colors of #ac469c

#ac469c #ac4669 #8946ac

Monochromatic Colors of #ac469c

#ac469c

Complementary Color

#ac469c #46ac56

#ac469c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac469c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac469c Color CSS Codes

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

#ac469c Text Font Color

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

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


#ac469c Background Color

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

This div background color is #ac469c


#ac469c Border Color

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

This div border color is #ac469c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac469c


Comments

No comments written yet.

Please login to write comment.