Color format converter
Convert HEX, RGB and HSL colors with alpha transparency, preview the swatch and copy ready-to-use CSS color values.
Preview translation, rotation, scale, skew and transform origins, with optional perspective and 3D controls.
The dashed outline marks the original position. Transform order affects the result; exported CSS uses the same order as this preview.
Position or tilt an interface element and inspect the result against its original outline.
Adjust X/Y translation, rotation, axis scales, skew and the transform origin, using the original outline as a reference. Enable 3D to add perspective, Z translation and X/Y rotations. Copy or download both transform and transform-origin declarations.
The preview and export use identical parameters in a fixed transform order; rearranging functions can change the result. Negative scales flip the element, while a zero scale collapses that axis. This produces element styles, not a 3D model or a complete animation.
You can reorder the functions by editing the exported CSS yourself; the interface has no reorder control. Preview and export use the same fixed order, and changing it can change the result. Negative scale flips an axis; zero scale collapses it.
CSS transforms change how an element is drawn without moving its original layout box. Neighboring content therefore keeps its original position. Use normal layout rules for spacing, and use transform-origin to choose the pivot for the visual transformation.
Comments
0