Color spaces of #ac327e
RGB | 172 | 50 | 126 |
---|---|---|---|
HSL | 0.90 | 0.55 | 0.44 |
HSV | 323° | 71° | 67° |
CMYK | 0.00 | 0.71 | 0.27 0.33 |
XYZ | 21.9198 | 12.5582 | 21.0073 |
Yxy | 12.5582 | 0.3951 | 0.2263 |
Hunter Lab | 35.4376 | 48.3950 | -10.3407 |
CIE-Lab | 42.0899 | 56.2342 | -15.4119 |
#ac327e color RGB value is (172,50,126).
#ac327e hex color red value is 172, green value is 50 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ac327e hue: 0.90 , saturation: 0.55 and the lightness value of ac327e is 0.44.
The process color (four color CMYK) of #ac327e color hex is 0.00, 0.71, 0.27, 0.33. Web safe color of #ac327e is #993366. Color #ac327e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00110010 | 01111110 |
Octal | 254 | 62 | 176 |
Decimal | 172 | 50 | 126 |
Hex | AC | 32 | 7E |
Shades of #ac327e
Tints of #ac327e
RGB Percentages of Color #ac327e
CMYK Percentages of Color #ac327e
Complementary Color
#ac327e | #32ac60 |
#ac327e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac327e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac327e Color CSS Codes
.mybgcolor {background-color:#ac327e; } .myforecolor {color:#ac327e; } .mybordercolor {border:3px solid #ac327e; }
#ac327e Text Font Color
<p style="color:#ac327e">Text here</p>
This sample text font color is #ac327e
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.
#ac327e Background Color
<div style="background-color:#ac327e">
Div content here</div>
This div background color is #ac327e
#ac327e Border Color
<div style="border:3px solid #ac327e">
Div here</div>
This div border color is #ac327e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,50,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac327e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac327e; -webkit-box-shadow: 1px 1px 3px 2px #ac327e; box-shadow: 1px 1px 3px 2px #ac327e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,50,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 #ac327e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac327e; -webkit-box-shadow: 1px 1px 3px 2px #ac327e; box-shadow: 1px 1px 3px 2px #ac327e;">
Div content here</div>
This div box has shadow with color #ac327e
Comments
No comments written yet.
Please login to write comment.