Color spaces of #ac3aeb
RGB | 172 | 58 | 235 |
---|---|---|---|
HSL | 0.77 | 0.82 | 0.57 |
HSV | 279° | 75° | 92° |
CMYK | 0.27 | 0.75 | 0.00 0.08 |
XYZ | 33.5217 | 17.7949 | 80.2652 |
Yxy | 17.7949 | 0.2548 | 0.1352 |
Hunter Lab | 42.1840 | 68.0238 | -83.2847 |
CIE-Lab | 49.2464 | 72.0294 | -68.1761 |
#ac3aeb color RGB value is (172,58,235).
#ac3aeb hex color red value is 172, green value is 58 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ac3aeb hue: 0.77 , saturation: 0.82 and the lightness value of ac3aeb is 0.57.
The process color (four color CMYK) of #ac3aeb color hex is 0.27, 0.75, 0.00, 0.08. Web safe color of #ac3aeb is #9933ff. Color #ac3aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00111010 | 11101011 |
Octal | 254 | 72 | 353 |
Decimal | 172 | 58 | 235 |
Hex | AC | 3A | EB |
Shades of #ac3aeb
Tints of #ac3aeb
RGB Percentages of Color #ac3aeb
CMYK Percentages of Color #ac3aeb
Complementary Color
#ac3aeb | #79eb3a |
#ac3aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac3aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac3aeb Color CSS Codes
.mybgcolor {background-color:#ac3aeb; } .myforecolor {color:#ac3aeb; } .mybordercolor {border:3px solid #ac3aeb; }
#ac3aeb Text Font Color
<p style="color:#ac3aeb">Text here</p>
This sample text font color is #ac3aeb
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.
#ac3aeb Background Color
<div style="background-color:#ac3aeb">
Div content here</div>
This div background color is #ac3aeb
#ac3aeb Border Color
<div style="border:3px solid #ac3aeb">
Div here</div>
This div border color is #ac3aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,58,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac3aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac3aeb; -webkit-box-shadow: 1px 1px 3px 2px #ac3aeb; box-shadow: 1px 1px 3px 2px #ac3aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,58,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac3aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac3aeb; -webkit-box-shadow: 1px 1px 3px 2px #ac3aeb; box-shadow: 1px 1px 3px 2px #ac3aeb;">
Div content here</div>
This div box has shadow with color #ac3aeb
Comments
No comments written yet.
Please login to write comment.