Color spaces of #ac4bae
RGB | 172 | 75 | 174 |
---|---|---|---|
HSL | 0.83 | 0.40 | 0.49 |
HSV | 299° | 57° | 68° |
CMYK | 0.01 | 0.57 | 0.00 0.32 |
XYZ | 27.1693 | 16.8588 | 41.8665 |
Yxy | 16.8588 | 0.3163 | 0.1963 |
Hunter Lab | 41.0595 | 46.2605 | -31.7137 |
CIE-Lab | 48.0816 | 53.1556 | -34.9483 |
#ac4bae color RGB value is (172,75,174).
#ac4bae hex color red value is 172, green value is 75 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ac4bae hue: 0.83 , saturation: 0.40 and the lightness value of ac4bae is 0.49.
The process color (four color CMYK) of #ac4bae color hex is 0.01, 0.57, 0.00, 0.32. Web safe color of #ac4bae is #993399. Color #ac4bae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01001011 | 10101110 |
Octal | 254 | 113 | 256 |
Decimal | 172 | 75 | 174 |
Hex | AC | 4B | AE |
Shades of #ac4bae
Tints of #ac4bae
RGB Percentages of Color #ac4bae
CMYK Percentages of Color #ac4bae
Complementary Color
#ac4bae | #4dae4b |
#ac4bae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac4bae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac4bae Color CSS Codes
.mybgcolor {background-color:#ac4bae; } .myforecolor {color:#ac4bae; } .mybordercolor {border:3px solid #ac4bae; }
#ac4bae Text Font Color
<p style="color:#ac4bae">Text here</p>
This sample text font color is #ac4bae
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.
#ac4bae Background Color
<div style="background-color:#ac4bae">
Div content here</div>
This div background color is #ac4bae
#ac4bae Border Color
<div style="border:3px solid #ac4bae">
Div here</div>
This div border color is #ac4bae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,75,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac4bae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac4bae; -webkit-box-shadow: 1px 1px 3px 2px #ac4bae; box-shadow: 1px 1px 3px 2px #ac4bae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,75,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac4bae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac4bae; -webkit-box-shadow: 1px 1px 3px 2px #ac4bae; box-shadow: 1px 1px 3px 2px #ac4bae;">
Div content here</div>
This div box has shadow with color #ac4bae
Comments
No comments written yet.
Please login to write comment.