Color spaces of #ac78fe
RGB | 172 | 120 | 254 |
---|---|---|---|
HSL | 0.73 | 0.99 | 0.73 |
HSV | 263° | 53° | 100° |
CMYK | 0.32 | 0.53 | 0.00 0.00 |
XYZ | 41.6191 | 29.3594 | 97.2393 |
Yxy | 29.3594 | 0.2474 | 0.1745 |
Hunter Lab | 54.1843 | 42.2837 | -68.4730 |
CIE-Lab | 61.0975 | 47.3664 | -59.6737 |
#ac78fe color RGB value is (172,120,254).
#ac78fe hex color red value is 172, green value is 120 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ac78fe hue: 0.73 , saturation: 0.99 and the lightness value of ac78fe is 0.73.
The process color (four color CMYK) of #ac78fe color hex is 0.32, 0.53, 0.00, 0.00. Web safe color of #ac78fe is #9966ff. Color #ac78fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01111000 | 11111110 |
Octal | 254 | 170 | 376 |
Decimal | 172 | 120 | 254 |
Hex | AC | 78 | FE |
Shades of #ac78fe
Tints of #ac78fe
RGB Percentages of Color #ac78fe
CMYK Percentages of Color #ac78fe
Complementary Color
#ac78fe | #cafe78 |
#ac78fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac78fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac78fe Color CSS Codes
.mybgcolor {background-color:#ac78fe; } .myforecolor {color:#ac78fe; } .mybordercolor {border:3px solid #ac78fe; }
#ac78fe Text Font Color
<p style="color:#ac78fe">Text here</p>
This sample text font color is #ac78fe
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.
#ac78fe Background Color
<div style="background-color:#ac78fe">
Div content here</div>
This div background color is #ac78fe
#ac78fe Border Color
<div style="border:3px solid #ac78fe">
Div here</div>
This div border color is #ac78fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,120,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac78fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac78fe; -webkit-box-shadow: 1px 1px 3px 2px #ac78fe; box-shadow: 1px 1px 3px 2px #ac78fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,120,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac78fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac78fe; -webkit-box-shadow: 1px 1px 3px 2px #ac78fe; box-shadow: 1px 1px 3px 2px #ac78fe;">
Div content here</div>
This div box has shadow with color #ac78fe
Comments
No comments written yet.
Please login to write comment.