Color Hex Logo

#ac827e Color Hex

#AC827E
(172,130,126)
0 Favorites   0 Comments

Color spaces of #ac827e

RGB 172130126
HSL0.010.220.58
HSV27°67°
CMYK 0.000.240.27   0.33
XYZ28.761826.242323.2880
Yxy26.24230.36740.3352
Hunter Lab51.227210.57218.9057
CIE-Lab58.266315.56948.4391

#ac827e color RGB value is (172,130,126).

#ac827e hex color red value is 172, green value is 130 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ac827e hue: 0.01 , saturation: 0.22 and the lightness value of ac827e is 0.58.

The process color (four color CMYK) of #ac827e color hex is 0.00, 0.24, 0.27, 0.33. Web safe color of #ac827e is #999966. Color #ac827e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000010 01111110
Octal 254 202 176
Decimal 172 130 126
Hex AC 82 7E

RGB Percentages of Color #ac827e

%40.19
%30.37
%29.44

CMYK Percentages of Color #ac827e

%0
%24
%27
%33

Triadic Colors of #ac827e

#ac827e #7eac82 #827eac

Analogous Colors of #ac827e

#ac827e #ac997e #ac7e91

Monochromatic Colors of #ac827e

#ac827e

Complementary Color

#ac827e #7ea8ac

#ac827e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac827e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac827e Color CSS Codes

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

#ac827e Text Font Color

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

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


#ac827e Background Color

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

This div background color is #ac827e


#ac827e Border Color

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

This div border color is #ac827e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,130,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 #ac827e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac827e


Comments

No comments written yet.

Please login to write comment.