Color Hex Logo

#ac657c Color Hex

#AC657C
(172,101,124)
0 Favorites   0 Comments

Color spaces of #ac657c

RGB 172101124
HSL0.950.300.54
HSV341°41°67°
CMYK 0.000.410.28   0.33
XYZ25.305019.533321.5054
Yxy19.53330.38140.2944
Hunter Lab44.196524.85752.0879
CIE-Lab51.305431.5473-0.4294

#ac657c color RGB value is (172,101,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 01111100
Octal 254 145 174
Decimal 172 101 124
Hex AC 65 7C

RGB Percentages of Color #ac657c

%43.32
%25.44
%31.23

CMYK Percentages of Color #ac657c

%0
%41
%28
%33

Triadic Colors of #ac657c

#ac657c #7cac65 #657cac

Analogous Colors of #ac657c

#ac657c #ac7265 #ac65a0

Monochromatic Colors of #ac657c

#ac657c

Complementary Color

#ac657c #65ac95

#ac657c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac657c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac657c Color CSS Codes

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

#ac657c Text Font Color

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

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


#ac657c Background Color

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

This div background color is #ac657c


#ac657c Border Color

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

This div border color is #ac657c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac657c


Comments

No comments written yet.

Please login to write comment.