Color spaces of #ac657c
RGB | 172 | 101 | 124 |
---|---|---|---|
HSL | 0.95 | 0.30 | 0.54 |
HSV | 341° | 41° | 67° |
CMYK | 0.00 | 0.41 | 0.28 0.33 |
XYZ | 25.3050 | 19.5333 | 21.5054 |
Yxy | 19.5333 | 0.3814 | 0.2944 |
Hunter Lab | 44.1965 | 24.8575 | 2.0879 |
CIE-Lab | 51.3054 | 31.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01100101 | 01111100 |
Octal | 254 | 145 | 174 |
Decimal | 172 | 101 | 124 |
Hex | AC | 65 | 7C |
Shades of #ac657c
Tints of #ac657c
RGB Percentages of Color #ac657c
CMYK Percentages of Color #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.