Color Hex Logo

#ac567e Color Hex

#AC567E
(172,86,126)
1 Favorites   0 Comments

Color spaces of #ac567e

RGB 17286126
HSL0.920.340.51
HSV332°50°67°
CMYK 0.000.500.27   0.33
XYZ24.106916.932621.7364
Yxy16.93260.38400.2697
Hunter Lab41.149232.5614-2.5145
CIE-Lab48.175039.8816-6.2421

#ac567e color RGB value is (172,86,126).

#ac567e hex color red value is 172, green value is 86 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ac567e hue: 0.92 , saturation: 0.34 and the lightness value of ac567e is 0.51.

The process color (four color CMYK) of #ac567e color hex is 0.00, 0.50, 0.27, 0.33. Web safe color of #ac567e is #996666. Color #ac567e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010110 01111110
Octal 254 126 176
Decimal 172 86 126
Hex AC 56 7E

RGB Percentages of Color #ac567e

%44.79
%22.40
%32.81

CMYK Percentages of Color #ac567e

%0
%50
%27
%33

Triadic Colors of #ac567e

#ac567e #7eac56 #567eac

Analogous Colors of #ac567e

#ac567e #ac5956 #ac56a9

Monochromatic Colors of #ac567e

#ac567e

Complementary Color

#ac567e #56ac84

#ac567e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac567e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac567e Color CSS Codes

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

#ac567e Text Font Color

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

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


#ac567e Background Color

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

This div background color is #ac567e


#ac567e Border Color

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

This div border color is #ac567e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac567e


Comments

No comments written yet.

Please login to write comment.