A digital pressure sensor on an autonomous underwater vehicle registers an offset represented by the following 8-bit unsigned binary pattern:
11011000
To scale this measurement, the onboard processor performs a logical right binary shift of 3 on the pattern.
Determine the resulting 8-bit pattern after this shift.