Color Hex Logo

#ac657f Color Hex

#AC657F
(172,101,127)
0 Favorites   0 Comments

Color spaces of #ac657f

RGB 172101127
HSL0.940.300.54
HSV338°41°67°
CMYK 0.000.410.26   0.33
XYZ25.497719.610322.5200
Yxy19.61030.37700.2900
Hunter Lab44.283525.28110.8470
CIE-Lab51.393731.9810-2.0807

#ac657f color RGB value is (172,101,127).

#ac657f hex color red value is 172, green value is 101 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ac657f hue: 0.94 , saturation: 0.30 and the lightness value of ac657f is 0.54.

The process color (four color CMYK) of #ac657f color hex is 0.00, 0.41, 0.26, 0.33. Web safe color of #ac657f is #996666. Color #ac657f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 01111111
Octal 254 145 177
Decimal 172 101 127
Hex AC 65 7F

RGB Percentages of Color #ac657f

%43.00
%25.25
%31.75

CMYK Percentages of Color #ac657f

%0
%41
%26
%33

Triadic Colors of #ac657f

#ac657f #7fac65 #657fac

Analogous Colors of #ac657f

#ac657f #ac6f65 #ac65a3

Monochromatic Colors of #ac657f

#ac657f

Complementary Color

#ac657f #65ac92

#ac657f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac657f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac657f Color CSS Codes

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

#ac657f Text Font Color

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

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


#ac657f Background Color

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

This div background color is #ac657f


#ac657f Border Color

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

This div border color is #ac657f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac657f

#ac657f Color Palettes


Comments

No comments written yet.

Please login to write comment.