Color spaces of #ac48ff
RGB | 172 | 72 | 255 |
---|---|---|---|
HSL | 0.76 | 1.00 | 0.64 |
HSV | 273° | 72° | 100° |
CMYK | 0.33 | 0.72 | 0.00 0.00 |
XYZ | 37.3806 | 20.6254 | 96.6187 |
Yxy | 20.6254 | 0.2418 | 0.1334 |
Hunter Lab | 45.4152 | 67.4442 | -94.3461 |
CIE-Lab | 52.5371 | 70.9118 | -74.0225 |
#ac48ff color RGB value is (172,72,255).
#ac48ff hex color red value is 172, green value is 72 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ac48ff hue: 0.76 , saturation: 1.00 and the lightness value of ac48ff is 0.64.
The process color (four color CMYK) of #ac48ff color hex is 0.33, 0.72, 0.00, 0.00. Web safe color of #ac48ff is #9933ff. Color #ac48ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01001000 | 11111111 |
Octal | 254 | 110 | 377 |
Decimal | 172 | 72 | 255 |
Hex | AC | 48 | FF |
Shades of #ac48ff
Tints of #ac48ff
RGB Percentages of Color #ac48ff
CMYK Percentages of Color #ac48ff
Complementary Color
#ac48ff | #9bff48 |
#ac48ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac48ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac48ff Color CSS Codes
.mybgcolor {background-color:#ac48ff; } .myforecolor {color:#ac48ff; } .mybordercolor {border:3px solid #ac48ff; }
#ac48ff Text Font Color
<p style="color:#ac48ff">Text here</p>
This sample text font color is #ac48ff
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.
#ac48ff Background Color
<div style="background-color:#ac48ff">
Div content here</div>
This div background color is #ac48ff
#ac48ff Border Color
<div style="border:3px solid #ac48ff">
Div here</div>
This div border color is #ac48ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,72,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac48ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac48ff; -webkit-box-shadow: 1px 1px 3px 2px #ac48ff; box-shadow: 1px 1px 3px 2px #ac48ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,72,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac48ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac48ff; -webkit-box-shadow: 1px 1px 3px 2px #ac48ff; box-shadow: 1px 1px 3px 2px #ac48ff;">
Div content here</div>
This div box has shadow with color #ac48ff
Comments
No comments written yet.
Please login to write comment.