Color spaces of #ac25ee
RGB | 172 | 37 | 238 |
---|---|---|---|
HSL | 0.78 | 0.86 | 0.54 |
HSV | 280° | 84° | 93° |
CMYK | 0.28 | 0.84 | 0.00 0.07 |
XYZ | 33.1074 | 16.2668 | 82.2838 |
Yxy | 16.2668 | 0.2515 | 0.1236 |
Hunter Lab | 40.3321 | 75.9440 | -92.7283 |
CIE-Lab | 47.3226 | 78.8603 | -72.9950 |
#ac25ee color RGB value is (172,37,238).
#ac25ee hex color red value is 172, green value is 37 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ac25ee hue: 0.78 , saturation: 0.86 and the lightness value of ac25ee is 0.54.
The process color (four color CMYK) of #ac25ee color hex is 0.28, 0.84, 0.00, 0.07. Web safe color of #ac25ee is #9933ff. Color #ac25ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00100101 | 11101110 |
Octal | 254 | 45 | 356 |
Decimal | 172 | 37 | 238 |
Hex | AC | 25 | EE |
Shades of #ac25ee
Tints of #ac25ee
RGB Percentages of Color #ac25ee
CMYK Percentages of Color #ac25ee
Complementary Color
#ac25ee | #67ee25 |
#ac25ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac25ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac25ee Color CSS Codes
.mybgcolor {background-color:#ac25ee; } .myforecolor {color:#ac25ee; } .mybordercolor {border:3px solid #ac25ee; }
#ac25ee Text Font Color
<p style="color:#ac25ee">Text here</p>
This sample text font color is #ac25ee
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.
#ac25ee Background Color
<div style="background-color:#ac25ee">
Div content here</div>
This div background color is #ac25ee
#ac25ee Border Color
<div style="border:3px solid #ac25ee">
Div here</div>
This div border color is #ac25ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,37,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac25ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac25ee; -webkit-box-shadow: 1px 1px 3px 2px #ac25ee; box-shadow: 1px 1px 3px 2px #ac25ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,37,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac25ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac25ee; -webkit-box-shadow: 1px 1px 3px 2px #ac25ee; box-shadow: 1px 1px 3px 2px #ac25ee;">
Div content here</div>
This div box has shadow with color #ac25ee
Comments
No comments written yet.
Please login to write comment.