Color spaces of #ac5093
RGB | 172 | 80 | 147 |
---|---|---|---|
HSL | 0.88 | 0.37 | 0.49 |
HSV | 316° | 53° | 67° |
CMYK | 0.00 | 0.53 | 0.15 0.33 |
XYZ | 25.1484 | 16.6146 | 29.4852 |
Yxy | 16.6146 | 0.3530 | 0.2332 |
Hunter Lab | 40.7610 | 38.7977 | -14.3558 |
CIE-Lab | 47.7707 | 46.1181 | -19.4437 |
#ac5093 color RGB value is (172,80,147).
#ac5093 hex color red value is 172, green value is 80 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ac5093 hue: 0.88 , saturation: 0.37 and the lightness value of ac5093 is 0.49.
The process color (four color CMYK) of #ac5093 color hex is 0.00, 0.53, 0.15, 0.33. Web safe color of #ac5093 is #996699. Color #ac5093 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01010000 | 10010011 |
Octal | 254 | 120 | 223 |
Decimal | 172 | 80 | 147 |
Hex | AC | 50 | 93 |
Shades of #ac5093
Tints of #ac5093
RGB Percentages of Color #ac5093
CMYK Percentages of Color #ac5093
Complementary Color
#ac5093 | #50ac69 |
#ac5093 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac5093 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac5093 Color CSS Codes
.mybgcolor {background-color:#ac5093; } .myforecolor {color:#ac5093; } .mybordercolor {border:3px solid #ac5093; }
#ac5093 Text Font Color
<p style="color:#ac5093">Text here</p>
This sample text font color is #ac5093
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.
#ac5093 Background Color
<div style="background-color:#ac5093">
Div content here</div>
This div background color is #ac5093
#ac5093 Border Color
<div style="border:3px solid #ac5093">
Div here</div>
This div border color is #ac5093
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,80,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac5093; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac5093; -webkit-box-shadow: 1px 1px 3px 2px #ac5093; box-shadow: 1px 1px 3px 2px #ac5093; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,80,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac5093">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac5093; -webkit-box-shadow: 1px 1px 3px 2px #ac5093; box-shadow: 1px 1px 3px 2px #ac5093;">
Div content here</div>
This div box has shadow with color #ac5093
Comments
No comments written yet.
Please login to write comment.